public class LeanplumInboxMessage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
getData()
Returns the data of the inbox message.
|
java.util.Date |
getDeliveryTimestamp()
Returns the delivery timestamp of the inbox message,
or null if delivery timestamp is not present.
|
java.util.Date |
getExpirationTimestamp()
Return the expiration timestamp of the inbox message.
|
java.lang.String |
getImageFilePath()
Returns the image file path of the inbox message.
|
android.net.Uri |
getImageUrl()
Returns the image Uri of the inbox message.
|
java.lang.String |
getMessageId()
Returns the message identifier of the newsfeed message.
|
java.lang.String |
getSubtitle()
Returns the subtitle of the inbox message.
|
java.lang.String |
getTitle()
Returns the title of the inbox message.
|
boolean |
isRead()
Returns 'true' if the inbox message is read.
|
void |
read()
Read the inbox message, marking it as read and invoking its open action.
|
void |
remove()
Remove the inbox message from the inbox.
|
public java.lang.String getImageFilePath()
public android.net.Uri getImageUrl()
public org.json.JSONObject getData()
public java.lang.String getMessageId()
public java.lang.String getTitle()
public java.lang.String getSubtitle()
public java.util.Date getDeliveryTimestamp()
public java.util.Date getExpirationTimestamp()
public boolean isRead()
public void read()
public void remove()