public class NexmoLegTransferEvent extends NexmoEvent
Represents the leg transfer event dispatched into NexmoCallEventListener
.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoLegTransferEvent> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLegId()
Gets the leg id that was transferred.
|
java.lang.String |
getNewConversationId()
Gets the transferred-to conversation identifier
NexmoConversation . |
java.lang.String |
getNewMemberId()
Gets the transferred-to member identifier
NexmoMember . |
java.lang.String |
getPreviousConversationId()
Gets the transferred-from conversation identifier
NexmoConversation . |
java.lang.String |
getPreviousMemberId()
Gets the transferred-from conversation identifier
NexmoMember . |
java.lang.String |
toString() |
describeContents, equals, getConversation, getConversationId, getCreationDate, getEmbeddedInfo, getEventType, getFromMemberId, getId, hashCode, markEventState, updateEventState, writeToParcel
public static final android.os.Parcelable.Creator<NexmoLegTransferEvent> CREATOR
public java.lang.String toString()
toString
in class NexmoEvent
public java.lang.String getNewConversationId()
NexmoConversation
.public java.lang.String getNewMemberId()
NexmoMember
.public java.lang.String getPreviousConversationId()
NexmoConversation
.public java.lang.String getPreviousMemberId()
NexmoMember
.public java.lang.String getLegId()