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

