PushInteractiveData
The class represents the Push interactive data.
The class represents the Push interactive data.
Syntax: class PushInteractiveData : JsonSerializable
Constructors
Pubic Constructor | Description |
---|---|
PushInteractiveData | constructor() |
Types
Name | Description |
---|---|
Companion | Companion object for the PushInteractiveData class. |
Companion
Companion object for the PushInteractiveData class.
Syntax: object Companion : JsonDeserializable<PushInteractiveData>
Functions
Name | Description |
---|---|
fromJson | open override fun fromJson(jsonObject: JSONObject): PushInteractiveData |
Properties
Name | Return Type | Description |
---|---|---|
action | String | The action of the push interactive data. |
category | String | The category of the push interactive data. |
identifier | String | The identifier of the push interactive data. |
value | String | The value of the push interactive data. |
Functions
Name | Description |
---|---|
toJson | open override fun toJson(): JSONObject |
Updated 8 days ago