PACECloudSDK
/
cloud.pace.sdk.appkit.app.webview
/
AppWebViewModel
/
BiometricRequest
Biometric
Request
class
BiometricRequest
(
@
StringRes
title:
Int
, onSuccess: () ->
Unit
, onFailure: (errorCode:
Int
, errString:
CharSequence
) ->
Unit
)
Content copied to clipboard
Properties
Properties
onFailure
Link copied to clipboard
val
onFailure
: (errorCode:
Int
, errString:
CharSequence
) ->
Unit
Content copied to clipboard
onSuccess
Link copied to clipboard
val
onSuccess
: () ->
Unit
Content copied to clipboard
title
Link copied to clipboard
val
title
:
Int
Content copied to clipboard