toggle menu
seam-phone-sdk-android
1.9.38
androidJvm
switch theme
search in API
common
/
co.seam.common.models
/
SeamSchema
/
SeosSdkMetadata
Seos
Sdk
Metadata
@
Serializable
data
class
SeosSdkMetadata
(
val
lastTsmCommunicationTimestamp
:
String
?
,
val
sdkVersion
:
String
,
val
lastErrorCode
:
SeamError
?
,
val
lastReaderCommunication
:
String
?
,
val
endpointInfo
:
SeamSchema.SeosEndpointInfo
?
,
val
externalKeyIds
:
List
<
String
>
)
SEOS SDK metadata.
Members
Constructors
Seos
Sdk
Metadata
Link copied to clipboard
constructor
(
lastTsmCommunicationTimestamp
:
String
?
,
sdkVersion
:
String
,
lastErrorCode
:
SeamError
?
,
lastReaderCommunication
:
String
?
,
endpointInfo
:
SeamSchema.SeosEndpointInfo
?
,
externalKeyIds
:
List
<
String
>
)
Properties
endpoint
Info
Link copied to clipboard
@
SerialName
(
value
=
"endpoint_info"
)
val
endpointInfo
:
SeamSchema.SeosEndpointInfo
?
external
Key
Ids
Link copied to clipboard
@
SerialName
(
value
=
"external_key_ids"
)
val
externalKeyIds
:
List
<
String
>
last
Error
Code
Link copied to clipboard
@
SerialName
(
value
=
"last_error_code"
)
val
lastErrorCode
:
SeamError
?
last
Reader
Communication
Link copied to clipboard
@
SerialName
(
value
=
"last_reader_communication"
)
val
lastReaderCommunication
:
String
?
last
Tsm
Communication
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"last_tsm_communication_timestamp"
)
val
lastTsmCommunicationTimestamp
:
String
?
sdk
Version
Link copied to clipboard
@
SerialName
(
value
=
"sdk_version"
)
val
sdkVersion
:
String