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