as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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