Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.data.models.profile
/
Profile
Profile
open
class
Profile
Members
Constructors
Profile
Link copied to clipboard
constructor
(
firstName
:
String
,
lastName
:
String
,
email
:
String
,
deviceId
:
String
,
phone
:
String
,
bio
:
String
,
base64Photo
:
String
)
Properties
base64Photo
Link copied to clipboard
@
SerializedName
(
value
=
"Photo"
)
open
val
base64Photo
:
String
bio
Link copied to clipboard
@
SerializedName
(
value
=
"Bio"
)
open
val
bio
:
String
device
Id
Link copied to clipboard
@
SerializedName
(
value
=
"DeviceId"
)
open
val
deviceId
:
String
email
Link copied to clipboard
@
SerializedName
(
value
=
"Email"
)
open
val
email
:
String
first
Name
Link copied to clipboard
@
SerializedName
(
value
=
"FirstName"
)
open
val
firstName
:
String
last
Name
Link copied to clipboard
@
SerializedName
(
value
=
"LastName"
)
open
val
lastName
:
String
phone
Link copied to clipboard
@
SerializedName
(
value
=
"Phone"
)
open
val
phone
:
String