PinAuthenticationEvent
Types
Link copied to clipboard
class OnCreatePin(createPin: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent
Content copied to clipboard
Link copied to clipboard
data class OnPinAuthenticationError(val message: String) : AuthenticationEvent.PinAuthenticationEvent
Content copied to clipboard
Link copied to clipboard
class OnVerifyPin(val failCount: Int, authenticate: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent
Content copied to clipboard