public class NexmoMediaEvent extends NexmoEvent
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
NexmoMediaEvent(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
NexmoMediaState |
getMediaState() |
NexmoMediaType |
getMediaType() |
int |
hashCode() |
void |
setMediaState(NexmoMediaState mediaState) |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getEventTypeFromCoreEvent, getId, getMember, getTimestamppublic 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 NexmoEventpublic NexmoMediaType getMediaType()
public NexmoMediaState getMediaState()
public void setMediaState(NexmoMediaState mediaState)