toggle menu
seam-phone-sdk-android
1.9.38
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
@
SerialName
(
value
=
"can_scan"
)
val
canScan
:
Boolean
errors
Link copied to clipboard
@
SerialName
(
value
=
"errors"
)
val
errors
:
List
<
SeamError
>
is
Scanning
Link copied to clipboard
@
SerialName
(
value
=
"is_scanning"
)
val
isScanning
:
Boolean
warnings
Link copied to clipboard
@
SerialName
(
value
=
"warnings"
)
val
warnings
:
List
<
SeamWarning
>