PushDisplayOptions

Interface for display options of a push message.

Interface for display options of a push message.

Syntax: class DisplayOptions : JsonSerializable

Types

NameSyntaxDescription
Companionobject Companion : JsonDeserializable<DisplayOptions>Companion object for the DisplayOptions class.

Properties

NameReturn TypeDescription
isExpandableBooleanval isExpandable:Boolean
Boolean value indicating whether the push message is expandable.
typePushDisplayTypeval type: DisplayType
The type of display for the push message.

Functions

NameDescription
toJsonopen override fun toJson(): JSONObject