-
- All Implemented Interfaces:
-
com.batch.android.PushUserActionSource,com.batch.android.UserActionSource
public class BatchLandingMessage extends BatchMessage implements PushUserActionSource
A subclass of BatchMessage that represents a push landing message
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKINDprivate booleanisDisplayedFromInbox
-
Method Summary
Modifier and Type Method Description booleanisDisplayedFromInbox()Whether this landing message has been triggered from an inbox notificationthrough the method displayLandingMessage. voidsetIsDisplayedFromInbox(boolean triggeredFromInbox)BundlegetPushBundle()-
-
Method Detail
-
isDisplayedFromInbox
boolean isDisplayedFromInbox()
Whether this landing message has been triggered from an inbox notificationthrough the method displayLandingMessage.
-
setIsDisplayedFromInbox
void setIsDisplayedFromInbox(boolean triggeredFromInbox)
-
getPushBundle
Bundle getPushBundle()
-
-
-
-