Package com. moengage. inapp. internal
Types
ActionManager
Link copied to clipboard
BaseViewEngine
Link copied to clipboard
abstract class BaseViewEngine(activity: Activity, campaignPayload: CampaignPayload, viewCreationMeta: ViewCreationMeta)
Content copied to clipboard
ConfigurationChangeHandler
Link copied to clipboard
class ConfigurationChangeHandler
Content copied to clipboard
HtmlViewEngine
Link copied to clipboard
class HtmlViewEngine(activity: Activity, htmlCampaignPayload: HtmlCampaignPayload, viewCreationMeta: ViewCreationMeta) : BaseViewEngine
Content copied to clipboard
InAppConstants
Link copied to clipboard
InAppController
Link copied to clipboard
InAppDelegator
Link copied to clipboard
object InAppDelegator
Content copied to clipboard
InAppEvaluator
Link copied to clipboard
InAppHandlerImpl
Link copied to clipboard
InAppInternalHelper
Link copied to clipboard
class InAppInternalHelper
Content copied to clipboard
InAppUtils
Link copied to clipboard
NudgeHandler
Link copied to clipboard
class NudgeHandler
Content copied to clipboard
StatsLogger
Link copied to clipboard
class StatsLogger
Content copied to clipboard
SyncCompleteObservable
Link copied to clipboard
ViewCreationMeta
Link copied to clipboard
ViewEngine
Link copied to clipboard
Functions
addAttributesToProperties
Link copied to clipboard
fun addAttributesToProperties(properties: Properties, campaignId: String, campaignName: String, campaignContext: CampaignContext? = null)
Content copied to clipboard
canShowInAppInCurrentOrientation
Link copied to clipboard
fun canShowInAppInCurrentOrientation(orientation: Int, supportedOrientations: Set<ScreenOrientation>): Boolean
Content copied to clipboard
getAppOpenJob
Link copied to clipboard
getCurrentOrientation
Link copied to clipboard
getPreviewInAppJob
Link copied to clipboard
getReRenderInAppJob
Link copied to clipboard
getSelfHandledInAppJob
Link copied to clipboard
getShowInAppJob
Link copied to clipboard
getShowTestInAppJob
Link copied to clipboard
getShowTriggerJob
Link copied to clipboard
getUpdateCampaignStatusJob
Link copied to clipboard
fun getUpdateCampaignStatusJob(context: Context, updateType: StateUpdateType, campaignId: String): Job
Content copied to clipboard
getUpdateSelfHandledCampaignStatusJob
Link copied to clipboard
fun getUpdateSelfHandledCampaignStatusJob(context: Context, updateType: StateUpdateType, campaignId: String): Job
Content copied to clipboard
getUploadStatsJob
Link copied to clipboard
isValidJavaScriptString
Link copied to clipboard
isValidJavaScriptValue
Link copied to clipboard
screenOrientationFromJson
Link copied to clipboard
fun screenOrientationFromJson(jsonArray: JSONArray): Set<ScreenOrientation>
Content copied to clipboard
Properties
DELIVERY_STAGE_API_FAILURE
Link copied to clipboard
DELIVERY_STAGE_MANDATORY_PARAM_MISSING
Link copied to clipboard
IMPRESSION_STAGE_ANOTHER_CAMPAIGN_VISIBLE
Link copied to clipboard
IMPRESSION_STAGE_GIF_LIBRARY_NOT_PRESENT
Link copied to clipboard
IMPRESSION_STAGE_HEIGHT_EXCEEDS_DEVICE
Link copied to clipboard
IMPRESSION_STAGE_IMAGE_DOWNLOAD_FAILURE
Link copied to clipboard
IMPRESSION_STAGE_ORIENTATION_UNSUPPORTED
Link copied to clipboard
PRIORITY_STAGE_HIGHER_PRIORITY_CAMPAIGN_AVAILABLE
Link copied to clipboard