PushDisplayOptions
Interface for display options of a push message.
Interface for display options of a push message.
Syntax: class PushDisplayOptions : JsonSerializable
Types
| Name | Syntax | Description |
|---|---|---|
| Companion | object Companion : JsonDeserializable<PushDisplayOptions> | Companion object for the DisplayOptions class. |
Properties
| Name | Return Type | Description |
|---|---|---|
| isExpandable | Boolean | val isExpandable:BooleanBoolean value indicating whether the push message is expandable. |
| type | PushDisplayType | val type: PushDisplayTypeThe type of display for the push message. |
Functions
| Name | Description |
|---|---|
| toJson | open override fun toJson(): JSONObject |
Updated 7 months ago
