In App Message Event
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?)