Amazon Developer

as

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

Extends

  • KeplerTurboModule

Properties

addAdvertisingIdListener()

addAdvertisingIdListener: (callback) => Promise<number> Note: Currently, this method is not supported. Registers a callback function to be notified when the advertising ID changes.

Parameters

callback
(newId) => void A function that will be called with the new UUID when the advertising ID changes

Returns

Promise<number> A Promise that resolves to a subscription key (number) which can be used to unsubscribe

addFriendlyDeviceNameListener()

addFriendlyDeviceNameListener: (callback) => Promise<number> Note: Currently, this method is not supported. Registers a callback function to be notified when the friendly device name changes.

Parameters

callback
(newName) => void A function that will be called with the new name when the device name changes

Returns

Promise<number> A Promise that resolves to a subscription key (number) which can be used to unsubscribe
Last modified on October 2, 2025