toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.visitor
/
BGPAstrumVisitorRequest
BGPAstrum
Visitor
Request
data
class
BGPAstrumVisitorRequest
(
val
platform
:
String
,
val
email
:
String
?
=
null
)
:
Parcelable
Members
Constructors
BGPAstrum
Visitor
Request
Link copied to clipboard
constructor
(
platform
:
String
,
email
:
String
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
platform
Link copied to clipboard
val
platform
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)