postEvent

open fun postEvent(event: String)
open fun postEvent(event: String, attributes: TagsBundle)

postEvent


open fun postEvent(event: String, attributes: TagsBundle, callback: Callback<Void, PostEventException>)

Post events for In-App Messages. This can trigger In-App message HTML as specified in Pushwoosh Control Panel.

Parameters

event

name of the event

attributes

additional event attributes

callback

method completion callback