toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
GenericInfo
Generic
Info
data
class
GenericInfo
(
var
key
:
String
?
=
null
,
var
status
:
String
?
=
null
,
var
message
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Generic
Info
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
status
:
String
?
=
null
,
message
:
String
?
=
null
)
Properties
key
Link copied to clipboard
var
key
:
String
?
message
Link copied to clipboard
var
message
:
String
?
status
Link copied to clipboard
var
status
:
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
)