toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
InfoIcon
Info
Icon
data
class
InfoIcon
(
val
name
:
String
,
val
i18n
:
String
?
=
null
,
val
icon
:
String
?
=
null
,
val
color
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Info
Icon
Link copied to clipboard
constructor
(
name
:
String
,
i18n
:
String
?
=
null
,
icon
:
String
?
=
null
,
color
:
String
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
String
?
=
null
i18n
Link copied to clipboard
val
i18n
:
String
?
=
null
icon
Link copied to clipboard
val
icon
:
String
?
=
null
name
Link copied to clipboard
val
name
:
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
)