Skip to content
On this page

MessagePayload (Interface)

The MessagePayload interface represents a message sent between the SDK and the host application, typically for UI or navigation events.

Fields

FieldTypeDescription
eventNameMessageEventNameThe name of the event being sent.
messagestringThe message content.

Usage

Used for communication between the SDK and the host application, such as toolbar or navigation events.