authenticateViaDeviceId

fun authenticateViaDeviceId(callback: AuthViaDeviceIdCallback, deviceId: String? = null)

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.

Sources

Link copied to clipboard