exi-android-sdk
androidJvm
exi-android-sdk
/
com.exisdk.features.updateuserinfo.model
Package-level
declarations
Types
Types
Custom
Field
Link copied to clipboard
@
Serializable
data
class
CustomField
(
val
name
:
String
,
val
value
:
String
)
EXIActivity
Level
Link copied to clipboard
@
Serializable
enum
EXIActivityLevel
:
Enum
<
EXIActivityLevel
>
EXIUser
Info
Request
Payload
Link copied to clipboard
@
Serializable
data
class
EXIUserInfoRequestPayload
(
val
betaBlockers
:
Boolean
?
=
null
,
val
customFields
:
List
<
CustomField
>
?
=
null
,
val
dateOfBirth
:
String
?
=
null
,
val
firstName
:
String
?
=
null
,
val
lastName
:
String
?
=
null
,
val
gender
:
EXIGender
?
=
null
,
val
healthConditions
:
List
<
String
>
?
=
null
,
val
locale
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
timezone
:
String
?
=
null
,
val
unitSystem
:
String
?
=
null
)