OnVerifyPin

class OnVerifyPin(val failCount: Int, authenticate: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent

Constructors

Link copied to clipboard
fun OnVerifyPin(failCount: Int, authenticate: (Pair<String?, Exception?>) -> Unit)

Functions

Link copied to clipboard
fun authenticate(pin: String)
Link copied to clipboard
fun cancel(exception: Exception? = null)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val failCount: Int