toggle menu
hooks2
android
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
BiometricOptions
Biometric
Options
android
@
Stable
data
class
BiometricOptions
Members
Types
Companion
Link copied to clipboard
android
object
Companion
:
Options
<
BiometricOptions
>
Properties
negative
Button
Text
Link copied to clipboard
android
var
negativeButtonText
:
String
on
Authentication
Error
Link copied to clipboard
android
var
onAuthenticationError
:
(
errorCode
:
Int
,
errString
:
CharSequence
)
->
Unit
on
Authentication
Failed
Link copied to clipboard
android
var
onAuthenticationFailed
:
(
)
->
Unit
on
Authentication
Succeeded
Link copied to clipboard
android
var
onAuthenticationSucceeded
:
(
result
:
BiometricPrompt.AuthenticationResult
)
->
Unit
title
Link copied to clipboard
android
var
title
:
String