public class ECVideoMeetingExitMsg extends ECVideoMeetingMsg
ECVideoMeetingMsg.ECVideoMeetingMsgType
ECMeetingMsg.ForbidOptions
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<ECVideoMeetingExitMsg> |
CREATOR |
限定符 | 构造器和说明 |
---|---|
|
ECVideoMeetingExitMsg() |
protected |
ECVideoMeetingExitMsg(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
java.lang.String[] |
getWhos()
返回当前退出会议成员的账号
|
void |
setWhos(java.lang.String[] whos)
将指定的退出成员账号更新到会议Push消息中
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getMsgType, isMobile, setIsMobile
getMeetingNo, getReceiver, getSender, setMeetingNo, setReceiver, setSender
public static final android.os.Parcelable.Creator<ECVideoMeetingExitMsg> CREATOR
public ECVideoMeetingExitMsg()
protected ECVideoMeetingExitMsg(android.os.Parcel in)
public java.lang.String[] getWhos()
public void setWhos(java.lang.String[] whos)
whos
- 退出会议成员的账号public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
writeToParcel
在类中 ECVideoMeetingMsg
public int describeContents()
describeContents
在接口中 android.os.Parcelable
describeContents
在类中 ECVideoMeetingMsg
Copyright © 2017 All rights reserved.