deactivateBiometrics

public final Unit deactivateBiometrics(Callback<Unit> callback)

Deactivate biometrics as an authentication method. This function revokes the biometric authentication capability for unlocking the SDK. This method shall only be called when the SDK LockConfigurationType is SDK_PIN_WITH_BIOMETRICS_OPTIONAL

Parameters

callback

Callback to receive the result or error of this operation.

See also

Throws

if the SDK is configured with a LockConfigurationType other than SDK_PIN_WITH_BIOMETRICS_OPTIONAL

if the SDK is locked.

if any of the specified arguments are invalid.