BiometricRequest

class BiometricRequest(@StringRes title: Int, onSuccess: () -> Unit, onFailure: (errorCode: Int, errString: CharSequence) -> Unit)

Properties

onFailure
Link copied to clipboard
val onFailure: (errorCode: Int, errString: CharSequence) -> Unit
onSuccess
Link copied to clipboard
val onSuccess: () -> Unit
title
Link copied to clipboard
val title: Int