![]() |
Speedify SDK for Android 15.6.2
|
Helper class for getting unique ID of the device. More...
Classes | |
class | UuidHandler |
Callback for when the UUID is available. More... | |
Static Public Member Functions | |
static String | GetUuid (Context context) |
Gets the UUID of the device. | |
static String | GetUuid (Context context, UuidHandler handlerCallback) |
Gets the UUID of the device, possibly asynchronously. | |
Helper class for getting unique ID of the device.
As of 15.6, this is Secure.ANDROID_ID
|
static |
Gets the UUID of the device.
context | context to load uuid |
|
static |
Gets the UUID of the device, possibly asynchronously.
context | context to load uuid |
handlerCallback | callback with uuid, |
GetUuid(Context)
instead.