authenticateViaDeviceId
fun authenticateViaDeviceId(callback: AuthViaDeviceIdCallback, deviceId: String? = null)
Content copied to clipboard
Authenticates the user via a particular device ID.
See also
Parameters
callback
Status callback.
deviceId
Platform specific unique device ID (optional). If not passed, the 'Settings.Secure.getString(context.contentResolver, Settings.Secure.ANDROID_ID)' platform parameter is used.