public class NexmoSeenEvent extends NexmoEvent
NexmoTextEvent and NexmoAttachmentEvent.
A Seen receipt event is explicitly sent with NexmoTextEvent.markAsSeen(NexmoRequestListener) and NexmoAttachmentEvent.markAsSeen(NexmoRequestListener).| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
NexmoEvent |
initialEvent()
Get the Event for which this Seen Receipt has been emitted.
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getEventTypeFromCoreEvent, getId, getMember, getTimestamppublic final NexmoEvent initialEvent()
public java.lang.String toString()
toString in class NexmoEventpublic boolean equals(java.lang.Object o)
equals in class NexmoEventpublic int hashCode()
hashCode in class NexmoEventpublic int describeContents()
describeContents in class NexmoEventpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class NexmoEvent