toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
BiometricAuthenticator
Biometric
Authenticator
object
BiometricAuthenticator
(
source
)
Members
Types
Biometric
Callback
Link copied to clipboard
interface
BiometricCallback
Properties
auth
Callback
Link copied to clipboard
var
authCallback
:
BiometricAuthenticator.BiometricCallback
?
biometric
Prompt
Link copied to clipboard
var
biometricPrompt
:
<Error class: unknown class>
?
prompt
Info
Link copied to clipboard
var
promptInfo
:
<Error class: unknown class>
?
TAG
Link copied to clipboard
const
val
TAG
:
String
Functions
device
Has
Password
Pin
Lock
Link copied to clipboard
fun
deviceHasPasswordPinLock
(
context
:
Context
?
)
:
Boolean
is
Auth
Enabled
Link copied to clipboard
fun
isAuthEnabled
(
ctx
:
Context
)
:
Boolean
start
Biometric
Authentication
Link copied to clipboard
fun
startBiometricAuthentication
(
activity
:
Activity
,
title
:
Int
,
setDeviceCred
:
Boolean
)