public class NexmoMemberMessageStatusEvent extends NexmoEvent
Represents the member message status event dispatched into NexmoMemberMessageStatusEventListener.
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<NexmoMemberMessageStatusEvent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getChannelType()
Gets the original message channel type.
|
java.util.HashMap |
getContent()
Gets the content of the original message.
|
java.util.HashMap |
getError()
Gets the error of the original message.
|
java.lang.String |
getFrom()
Gets the sender's number/id.
|
java.lang.String |
getMessageUuid()
Gets the original message id.
|
java.lang.Integer |
getOriginalEventId()
Gets the original message event id.
|
java.lang.String |
getTo()
Gets the recipient's number/id.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getConversation, getConversationId, getCreationDate, getEmbeddedInfo, getEventType, getFromMemberId, getId, markEventState, toString, updateEventStatepublic static final android.os.Parcelable.Creator<NexmoMemberMessageStatusEvent> CREATOR
public java.lang.Integer getOriginalEventId()
public java.lang.String getChannelType()
public java.lang.String getFrom()
public java.lang.String getTo()
public java.lang.String getMessageUuid()
public java.util.HashMap getError()
public java.util.HashMap getContent()
public boolean equals(java.lang.Object o)
equals in class NexmoEventpublic int hashCode()
hashCode in class NexmoEventpublic int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class NexmoEventpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class NexmoEvent