toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.home
/
Container
Container
data
class
Container
(
val
title
:
InfoIcon
?
=
null
,
val
type
:
ContainerType
,
val
widgets
:
List
<
Widget
>
?
=
null
)
:
Parcelable
Members
Constructors
Container
Link copied to clipboard
constructor
(
title
:
InfoIcon
?
=
null
,
type
:
ContainerType
,
widgets
:
List
<
Widget
>
?
=
null
)
Properties
title
Link copied to clipboard
val
title
:
InfoIcon
?
=
null
type
Link copied to clipboard
val
type
:
ContainerType
widgets
Link copied to clipboard
val
widgets
:
List
<
Widget
>
?
=
null
oneOf -> WidgetWeb WidgetBooking WidgetUser WidgetDndOoo WidgetLift
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
)