as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

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

ListenerType

key

number

Returns

IdentifiersSubscription

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

ISubscription.unsubscribe


Last updated: Sep 30, 2025