InAppMessageEvent

data class InAppMessageEvent(val triggerEvent: <Error class: unknown class>, val triggerAction: <Error class: unknown class>, val inAppMessage: IInAppMessage, val userId: String?)

When Braze receives a new in-app message in a server response, this event is fired. The message itself is provided along with the id of the user that the message is for (or null if no user id was set).

Constructors

Link copied to clipboard
constructor(triggerEvent: <Error class: unknown class>, triggerAction: <Error class: unknown class>, inAppMessage: IInAppMessage, userId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val triggerAction: <Error class: unknown class>
Link copied to clipboard
val triggerEvent: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): <Error class: unknown class>