getDeviceIdAsync

abstract fun getDeviceIdAsync(completionCallback: IValueCallback<String>)

Get the device ID - a randomly generated, app specific ID that is stored on the device. A new ID will be generated if the user clears the data for the app or removes/re-installs the app. The ID will persist across Braze.changeUser calls.

Note that this is a non blocking asynchronous call.

Return

The device ID.