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.login
/
LoginResponse
Login
Response
open
class
LoginResponse
Members
Constructors
Login
Response
Link copied to clipboard
constructor
(
mapstedId
:
String
,
firstName
:
String
,
lastName
:
String
,
email
:
String
,
countryCode
:
String
,
phone
:
String
,
bio
:
String
,
baseUrl
:
String
,
profileImageUrl
:
String
)
Properties
base
Url
Link copied to clipboard
@
SerializedName
(
value
=
"BaseUrl"
)
@
Expose
open
var
baseUrl
:
String
bio
Link copied to clipboard
@
SerializedName
(
value
=
"Bio"
)
@
Expose
open
val
bio
:
String
country
Code
Link copied to clipboard
@
SerializedName
(
value
=
"PhoneCountryCode"
)
@
Expose
open
var
countryCode
:
String
email
Link copied to clipboard
@
SerializedName
(
value
=
"Email"
)
@
Expose
open
var
email
:
String
first
Name
Link copied to clipboard
@
SerializedName
(
value
=
"FirstName"
)
@
Expose
open
var
firstName
:
String
last
Name
Link copied to clipboard
@
SerializedName
(
value
=
"LastName"
)
@
Expose
open
var
lastName
:
String
mapsted
Id
Link copied to clipboard
@
SerializedName
(
value
=
"MapstedId"
)
@
Expose
open
val
mapstedId
:
String
phone
Link copied to clipboard
@
SerializedName
(
value
=
"Phone"
)
@
Expose
open
var
phone
:
String
profile
Image
Url
Link copied to clipboard
@
SerializedName
(
value
=
"ProfileImageUrl"
)
@
Expose
open
var
profileImageUrl
:
String