WidgetInfos
class WidgetInfos
Fields
Name | Description |
---|---|
val type: String
|
The type of the widget |
val payload: JsonObject
|
The data used to define the widget |
val widgetId: String
|
The id of the widget |
Constructors
<init>
constructor(type: String, payload: JsonObject, widgetId: String)
A representation of a widget
Parameters
Name | Description |
---|---|
type: String
|
|
payload: JsonObject
|
|
widgetId: String
|
A representation of a widget