InAppHandlerImpl

open class InAppHandlerImpl : InAppHandler

Author

Umang Chamaria

Functions

generateMetaForV2Campaign
Link copied to clipboard
abstract fun generateMetaForV2Campaign(p: InAppV2Meta): InAppV3Meta
open fun generateMetaForV2Campaign(inAppV2Meta: InAppV2Meta): InAppV3Meta
onAppClose
Link copied to clipboard
abstract fun onAppClose(p: Context)
open fun onAppClose(context: Context)
onAppOpen
Link copied to clipboard
abstract fun onAppOpen(p: Context)
open fun onAppOpen(@NonNull() context: Context)
onLogout
Link copied to clipboard
abstract fun onLogout(p: Context)
open fun onLogout(context: Context)
onStart
Link copied to clipboard
abstract fun onStart(p: Activity)
open fun onStart(currentActivity: Activity)
onStop
Link copied to clipboard
abstract fun onStop(p: Activity)
open fun onStop(currentActivity: Activity)
showInAppFromPush
Link copied to clipboard
abstract fun showInAppFromPush(p: Context, p1: Bundle)
open fun showInAppFromPush(context: Context, pushPayload: Bundle)
showTriggerInAppIfPossible
Link copied to clipboard
abstract fun showTriggerInAppIfPossible(p: Context, p1: Event)
open fun showTriggerInAppIfPossible(context: Context, event: Event)