PushInteractiveData

The class represents the Push interactive data.

The class represents the Push interactive data.

Syntax: class PushInteractiveData : JsonSerializable

Constructors

Pubic ConstructorDescription
PushInteractiveDataconstructor()

Types

NameDescription
CompanionCompanion object for the PushInteractiveData class.

Companion

Companion object for the PushInteractiveData class.

Syntax: object Companion : JsonDeserializable<PushInteractiveData>

Functions

NameDescription
fromJsonopen override fun fromJson(jsonObject: JSONObject): PushInteractiveData

Properties

NameReturn TypeDescription
actionStringThe action of the push interactive data.
categoryStringThe category of the push interactive data.
identifierStringThe identifier of the push interactive data.
valueStringThe value of the push interactive data.

Functions

NameDescription
toJsonopen override fun toJson(): JSONObject