InAppMessageEvent

data class InAppMessageEvent(val triggerEvent: ERROR CLASS: Symbol not found for ITriggerEvent, val triggerAction: ERROR CLASS: Symbol not found for ITriggeredAction, 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: Symbol not found for ITriggerEvent, triggerAction: ERROR CLASS: Symbol not found for ITriggeredAction, inAppMessage: IInAppMessage, userId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val triggerAction: ERROR CLASS: Symbol not found for ITriggeredAction
Link copied to clipboard
val triggerEvent: ERROR CLASS: Symbol not found for ITriggerEvent
Link copied to clipboard

Functions

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