IncomingMessage

class IncomingMessage(var title: String? = null, var body: String? = null, var deeplink: String? = null, var iconUrl: String? = null, var data: Map<String, String> = emptyMap())

Represents an incoming message.

Constructors

Link copied to clipboard
constructor(title: String? = null, body: String? = null, deeplink: String? = null, iconUrl: String? = null, data: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
var body: String?

The body of the message.

Link copied to clipboard

Additional data associated with the message.

Link copied to clipboard

The deeplink associated with the message.

Link copied to clipboard

The URL of the icon for the message.

Link copied to clipboard

The title of the message.

Functions

Link copied to clipboard
open override fun toString(): String