onNavigation

open fun onNavigation(inAppCampaign: MoEInAppCampaign): Boolean

Callback triggered whenever user clicks on any UI widget of the In-App with navigation actionType. SDK will only handle re-direction if the API returns false, if the API returns true it is the onus of the app to handle redirection.

Return

true if the app is taking care of navigation else false.

Since

10.0.00