as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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: Oct 02, 2025