toggle menu
seam-phone-sdk-android
1.9.38
androidJvm
switch theme
search in API
common
/
co.seam.common.models
/
SeamSchema
/
SeosEndpointInfo
Seos
Endpoint
Info
@
Serializable
data
class
SeosEndpointInfo
(
val
seosId
:
String
,
val
server
:
String
,
val
mobileKeysAPIVersion
:
String
,
val
appVersion
:
String
,
val
lastServerSyncDate
:
String
?
,
val
isPersonalized
:
Boolean
)
SEOS endpoint information.
Members
Constructors
Seos
Endpoint
Info
Link copied to clipboard
constructor
(
seosId
:
String
,
server
:
String
,
mobileKeysAPIVersion
:
String
,
appVersion
:
String
,
lastServerSyncDate
:
String
?
,
isPersonalized
:
Boolean
)
Properties
app
Version
Link copied to clipboard
@
SerialName
(
value
=
"app_version"
)
val
appVersion
:
String
is
Personalized
Link copied to clipboard
@
SerialName
(
value
=
"is_personalized"
)
val
isPersonalized
:
Boolean
last
Server
Sync
Date
Link copied to clipboard
@
SerialName
(
value
=
"last_server_sync_date"
)
val
lastServerSyncDate
:
String
?
mobile
Keys
APIVersion
Link copied to clipboard
@
SerialName
(
value
=
"mobile_keys_api_version"
)
val
mobileKeysAPIVersion
:
String
seos
Id
Link copied to clipboard
@
SerialName
(
value
=
"seos_id"
)
val
seosId
:
String
server
Link copied to clipboard
@
SerialName
(
value
=
"server"
)
val
server
:
String