public final class NetmeraPushObject
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
NetmeraPushObject.InboxStatus |
static interface |
NetmeraPushObject.PushType |
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ALL |
static int |
STATUS_DELETED |
static int |
STATUS_READ |
static int |
STATUS_UNREAD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionId() |
java.util.List<java.lang.Integer> |
getCategories() |
java.lang.String |
getCategory() |
com.google.gson.JsonObject |
getCustomJson() |
android.net.Uri |
getDeepLink() |
java.lang.String |
getExternalId() |
NetmeraInAppMessageAction |
getInAppMessageAction() |
int |
getInboxStatus() |
java.lang.String |
getPushId() |
java.lang.String |
getPushInstanceId() |
NetmeraPushStyle |
getPushStyle() |
int |
getPushType() |
java.lang.Long |
getSendDate() |
public static final int STATUS_READ
public static final int STATUS_UNREAD
public static final int STATUS_DELETED
public static final int STATUS_ALL
public int getPushType()
public java.lang.String getPushId()
public java.lang.String getPushInstanceId()
public java.lang.String getExternalId()
public java.lang.String getCategory()
public java.util.List<java.lang.Integer> getCategories()
public NetmeraPushStyle getPushStyle()
public int getInboxStatus()
public com.google.gson.JsonObject getCustomJson()
public java.lang.Long getSendDate()
public java.lang.String getActionId()
public NetmeraInAppMessageAction getInAppMessageAction()
@Nullable public android.net.Uri getDeepLink()