public class NexmoLegStatusEvent extends NexmoEvent
Represents the leg status event dispatched into NexmoLegStatusEventListener
.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoLegStatusEvent> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
Leg |
getCurrent()
Gets the current leg.
|
Leg[] |
getHistory()
Gets the leg history.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getConversation, getConversationId, getCreationDate, getEmbeddedInfo, getEventType, getFromMemberId, getId, markEventState, toString, updateEventState
public static final android.os.Parcelable.Creator<NexmoLegStatusEvent> CREATOR
public Leg getCurrent()
public Leg[] getHistory()
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