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.

