onCustomEventFired

open fun onCustomEventFired(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle): Boolean

Return

boolean flag to indicate to Braze whether the click has been manually handled. If true, Braze will do nothing. If false, Braze will log the custom event.

Parameters

inAppMessage

the In-App Message being displayed.

url

the url clicked.

queryBundle

a bundle of the query part of the url.