Speedify SDK for Android 15.6.2
Loading...
Searching...
No Matches
UuidProvider Class Reference

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.
 

Detailed Description

Helper class for getting unique ID of the device.

As of 15.6, this is Secure.ANDROID_ID

Since
6.0

Member Function Documentation

◆ GetUuid() [1/2]

static String GetUuid ( Context context)
static

Gets the UUID of the device.

Parameters
contextcontext to load uuid
Returns
unique identifier for this device
Since
11.1

◆ GetUuid() [2/2]

static String GetUuid ( Context context,
UuidHandler handlerCallback )
static

Gets the UUID of the device, possibly asynchronously.

Parameters
contextcontext to load uuid
handlerCallbackcallback with uuid,
Returns
unique identifier for this device
Since
11.1
Deprecated
as of 15.6. Use GetUuid(Context) instead.

The documentation for this class was generated from the following file: