removeRegistration

abstract suspend fun removeRegistration(): Boolean

Clears existing biometric registrations stored on device. Useful when removing a user from a given device. Returns true if the registration was successfully removed from device.

Return

Boolean


abstract fun removeRegistration(callback: (Boolean) -> Unit)

Clears existing biometric registrations stored on device. Useful when removing a user from a given device. Returns true if the registration was successfully removed from device.

Parameters

callback

A callback that receives a Boolean