IdentifiersSubscription
IdentifiersSubscription
Implements
Description
Represents subscription to identifier change events (vendor tracking ID, advertising ID, or friendly device name).
Implements
Constructors
new IdentifiersSubscription()
new IdentifiersSubscription(
type
,key
):IdentifiersSubscription
Parameters
type
key
number
Returns
Methods
unsubscribe()
unsubscribe():
void
Returns
void
Method
unsubscribe
Description
Cancels the subscription and stops receiving updates for the associated identifier.
For vendor tracking ID listeners, this removes the callback associated with vendpr tracking ID changes. For advertising ID listeners, this removes the callback associated with advertising ID changes. For friendly name listeners, this removes the callback associated with device name changes.
Implementation of
Last updated: Sep 30, 2025