enableInApp
to true
when initializing the SDKapp_opened
and page_viewed
events. Note that these events
are not reported to our sever and is used only to determine if an in-app needs to be shown or not.
If you want to use a custom event as the trigger event, SDK provides a method to raise such an event based on a user action within your app.
CastledExcludedInAppViews
.
resumeInApp
is invoked. Unlike pauseInApp
,
stopInApp
completely stops evaluating the trigger condition for displaying InApp and all InApp that would have been displayed otherwise would be ignored.