public class NexmoMediaActionEvent extends NexmoEvent
Represents the mute and earmuff media events dispatched into NexmoMediaActionEventListener.
In order to send a NexmoMediaActionEvent to NexmoCall.mute(boolean) or
 NexmoMember.enableEarmuff(NexmoRequestListener).
| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator<NexmoMediaActionEvent> | 
CREATOR  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
describeContents()  | 
boolean | 
equals(java.lang.Object o)  | 
NexmoMediaActionState | 
getMediaActionState()
Gets  
NexmoMediaActionState. | 
NexmoMediaActionType | 
getMediaActionType()
Gets  
NexmoMediaActionType. | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
void | 
writeToParcel(android.os.Parcel dest,
             int flags)  | 
getConversation, getConversationId, getCreationDate, getEmbeddedInfo, getEventType, getFromMemberId, getId, markEventState, updateEventStatepublic static final android.os.Parcelable.Creator<NexmoMediaActionEvent> CREATOR
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 interface android.os.ParcelabledescribeContents in class NexmoEventpublic void writeToParcel(android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class NexmoEventpublic NexmoMediaActionType getMediaActionType()
NexmoMediaActionType.NexmoMediaActionType.public NexmoMediaActionState getMediaActionState()
NexmoMediaActionState.NexmoMediaActionState.