toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.home
/
Widget
/
WidgetLift
Widget
Lift
data
class
WidgetLift
(
val
type
:
WidgetType
=
WidgetType.LIFT
,
val
title
:
InfoIcon
?
=
null
,
val
button
:
InfoIcon
?
=
null
)
:
Widget
,
Parcelable
Members
Constructors
Widget
Lift
Link copied to clipboard
constructor
(
type
:
WidgetType
=
WidgetType.LIFT
,
title
:
InfoIcon
?
=
null
,
button
:
InfoIcon
?
=
null
)
Properties
button
Link copied to clipboard
val
button
:
InfoIcon
?
=
null
title
Link copied to clipboard
val
title
:
InfoIcon
?
=
null
type
Link copied to clipboard
val
type
:
WidgetType
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
)