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
The Kepler Identifiers API provides utilities for managing various identifiers and device-related metadata in the context of an app and user persona. It includes functionality for generating, retrieving, and managing unique identifiers such as UUIDs, user agent strings, and friendly device names.

Constructors

new IdentifiersWrapper()

new IdentifiersWrapper(): IdentifiersWrapper

Returns

IdentifiersWrapper

Methods

addAdvertisingIdListener()

static addAdvertisingIdListener(listener): Promise<ISubscription> Note: Currently, this method is not supported. Adds a listener for changes to the advertising identifier.

Parameters

listener
IAdvertisingIdListener The listener to be notified when the advertising identifier changes.

Returns

Promise<ISubscription> ISubscription An ISubscription object that you can use to unsubscribe from the event.

addFriendlyDeviceNameListener()

static addFriendlyDeviceNameListener(listener): Promise<ISubscription> Note: Currently, this method is not supported. Adds a listener for changes to the friendly device name.

Parameters

listener
IFriendlyDeviceNameListener The listener to be notified when the friendly device name changes.

Returns

Promise<ISubscription> ISubscription An ISubscription object that you can use to unsubscribe from the event.
Last modified on October 2, 2025