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
/
LoginRequest
Login
Request
open
class
LoginRequest
Members
Constructors
Login
Request
Link copied to clipboard
constructor
(
emailId
:
String
,
password
:
String
,
userId
:
String
,
social
:
String
)
Properties
email
Id
Link copied to clipboard
@
SerializedName
(
value
=
"Email"
)
@
Expose
open
var
emailId
:
String
password
Link copied to clipboard
@
SerializedName
(
value
=
"Password"
)
@
Expose
open
var
password
:
String
social
Link copied to clipboard
@
SerializedName
(
value
=
"Social"
)
@
Expose
open
var
social
:
String
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"DeviceId"
)
@
Expose
open
var
userId
:
String