Package com.moengage.pushbase

Types

MoEPushHelper
Link copied to clipboard
class MoEPushHelper

Helper class for push related hooks.

Properties

ACTION_CALL
Link copied to clipboard
const val ACTION_CALL: String

Action type Call

ACTION_COPY
Link copied to clipboard
const val ACTION_COPY: String

Action type Copy

ACTION_COUPON
Link copied to clipboard
const val ACTION_COUPON: String

Action type Coupon Copy

ACTION_CUSTOM
Link copied to clipboard
const val ACTION_CUSTOM: String

Action type Custom

ACTION_DISMISS
Link copied to clipboard
const val ACTION_DISMISS: String

Action type Dismiss

ACTION_NAVIGATE
Link copied to clipboard
const val ACTION_NAVIGATE: String

Action type Navigation

ACTION_REMIND_ME_LATER
Link copied to clipboard
const val ACTION_REMIND_ME_LATER: String

Action type Remind Later

ACTION_SHARE
Link copied to clipboard
const val ACTION_SHARE: String

Action type Share

ACTION_SNOOZE
Link copied to clipboard
const val ACTION_SNOOZE: String

Action type Snooze

ACTION_TRACK_ATTR
Link copied to clipboard
const val ACTION_TRACK_ATTR: String

Action type Tracking Data

ACTIONS
Link copied to clipboard
const val ACTIONS: String

Key containing actions

IS_DEFAULT_ACTION
Link copied to clipboard
const val IS_DEFAULT_ACTION: String

Key for identifying whether the user performed the default action or not.

MOE_NOTIFICATION_ID
Link copied to clipboard
const val MOE_NOTIFICATION_ID: String

Unique Id using which the notification was posted to the operating system.

NAV_ACTION
Link copied to clipboard
const val NAV_ACTION: String

Key for payload containing navigation action payload.

NAVIGATION_TYPE_DEEP_LINK
Link copied to clipboard
const val NAVIGATION_TYPE_DEEP_LINK: String

Navigation action where action has a deeplink URL.

NAVIGATION_TYPE_RICH_LANDING
Link copied to clipboard
const val NAVIGATION_TYPE_RICH_LANDING: String

Navigation action where action has a rich landing page.

NAVIGATION_TYPE_SCREEN_NAME
Link copied to clipboard
const val NAVIGATION_TYPE_SCREEN_NAME: String

Navigation action where action has Activity Name.

NOTIFICATION_CLEARED_ACTION_TYPE
Link copied to clipboard
const val NOTIFICATION_CLEARED_ACTION_TYPE: String

Key to get Notification Clear Action, available inside bundle passed in the callback onNotificationCleared()

const val NOTIFICATION_CLEARED_USING_DISMISS_CTA_CLICK: String

Notification Clear Action Type, if user clear notification using dismiss cta in sticky notification

NOTIFICATION_CLEARED_USING_SYSTEM_SWIPE
Link copied to clipboard
const val NOTIFICATION_CLEARED_USING_SYSTEM_SWIPE: String

Notification Clear Action Type, if user clear notification using swipe gesture or clear all

TRACK_TYPE_EVENT
Link copied to clipboard
const val TRACK_TYPE_EVENT: String

Key for sub-action, event type of data to be tracked

TRACK_TYPE_USER_ATTRIBUTE
Link copied to clipboard
const val TRACK_TYPE_USER_ATTRIBUTE: String

Key for sub-action, user attribute type of data to be tracked