public class NexmoDeliveredEvent extends NexmoEvent
NexmoTextEvent
and NexmoAttachmentEvent
.
A Delivery receipt event is automatically sent once an event reaches a handset.Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoDeliveredEvent> |
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 Delivered Receipt has been emitted.
|
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getConversationId, getCreationDate, getEventType, getEventTypeFromCoreEvent, getFromMember, getId
public static final android.os.Parcelable.Creator<NexmoDeliveredEvent> CREATOR
public final NexmoEvent initialEvent()
public java.lang.String toString()
toString
in class NexmoEvent
public boolean equals(java.lang.Object o)
equals
in class NexmoEvent
public int hashCode()
hashCode
in class NexmoEvent
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class NexmoEvent
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class NexmoEvent