InAppManager

open class InAppManager

Author

Umang Chamaria

Functions

generateMetaForV2Campaign
Link copied to clipboard
open fun generateMetaForV2Campaign(inAppV2Meta: InAppV2Meta): InAppV3Meta
hasModule
Link copied to clipboard
open fun hasModule(): Boolean
onAppClose
Link copied to clipboard
open fun onAppClose(context: Context)
onAppOpen
Link copied to clipboard
open fun onAppOpen(@NonNull() context: Context)
onLogout
Link copied to clipboard
open fun onLogout(context: Context)
onStart
Link copied to clipboard
open fun onStart(activity: Activity)
onStop
Link copied to clipboard
open fun onStop(activity: Activity)
showInAppFromPush
Link copied to clipboard
open fun showInAppFromPush(context: Context, pushPayload: Bundle)
showTriggerInAppIfPossible
Link copied to clipboard
open fun showTriggerInAppIfPossible(context: Context, action: Event)

Properties

instance
Link copied to clipboard
private open val instance: InAppManager