toggle menu
seam-phone-sdk-android
1.9.68
androidJvm
switch theme
search in API
common
/
co.seam.common.models
/
SeamSchema
/
UnlockWithTap
Unlock
With
Tap
@
Serializable
data
class
UnlockWithTap
(
val
isScanning
:
Boolean
,
val
canScan
:
Boolean
,
val
errors
:
List
<
SeamError
>
,
val
warnings
:
List
<
SeamWarning
>
)
PhoneNative.UnlockWithTap status.
Members
Constructors
Unlock
With
Tap
Link copied to clipboard
constructor
(
isScanning
:
Boolean
,
canScan
:
Boolean
,
errors
:
List
<
SeamError
>
,
warnings
:
List
<
SeamWarning
>
)
Properties
can
Scan
Link copied to clipboard
val
canScan
:
Boolean
errors
Link copied to clipboard
val
errors
:
List
<
SeamError
>
is
Scanning
Link copied to clipboard
val
isScanning
:
Boolean
warnings
Link copied to clipboard
val
warnings
:
List
<
SeamWarning
>