public class ECVideoMeetingExitMsg extends ECVideoMeetingMsg
ECVideoMeetingMsg.ECVideoMeetingMsgTypeECMeetingMsg.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, setIsMobilegetMeetingNo, getReceiver, getSender, setMeetingNo, setReceiver, setSenderpublic 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.ParcelablewriteToParcel 在类中 ECVideoMeetingMsgpublic int describeContents()
describeContents 在接口中 android.os.ParcelabledescribeContents 在类中 ECVideoMeetingMsgCopyright © 2017 All rights reserved.