MoEngage-Android-SDK
cards
/
com.moengage.cards.model
/
Container
Container
data
class
Container
(
id
:
Long
,
type
:
String
,
style
:
ContainerStyle
?
,
widgetList
:
List
<
Widget
>
,
action
:
List
<
Action
>
)
Content copied to clipboard
Author
Umang Chamaria Date: 29/04/20
Constructors
Functions
Properties
Constructors
Container
Link copied to clipboard
fun
Container
(
id
:
Long
,
type
:
String
,
style
:
ContainerStyle
?
,
widgetList
:
List
<
Widget
>
,
action
:
List
<
Action
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
Properties
action
Link copied to clipboard
val
action
:
List
<
Action
>
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
Content copied to clipboard
style
Link copied to clipboard
val
style
:
ContainerStyle
?
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
widgetList
Link copied to clipboard
val
widgetList
:
List
<
Widget
>
Content copied to clipboard