InAppButton
Represents an in-app button.
Represents an in-app button.
Syntax: class InAppButton : JsonSerializable
Constructors
PubIic Constructors | Description |
---|---|
InAppButton | constructor() |
Types
Types | Description |
---|---|
Companion | object Companion : JsonDeserializable<InAppButton> Companion object for the InAppButton class. |
Properties
Properties | Description |
---|---|
actionUrl | The URL of the action of the button.val actionUrl: String? |
id | The ID of the button. val id: String? |
imageUrl | The URL of the image of the button. val imageUrl: String? |
payload | The payload of the button.val payload: JSONObject |
title | The title of the button.val title: String? |
type | The type of the button.var type: InAppInteractiveDataType |
Return Type | Method |
---|---|
void | fun toJson() |
fun toJson
Syntax:open override fun toJson(): JSONObject
Updated about 1 month ago