public class InteractMsgContent
extends com.live.immsgmodel.BaseContent
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<InteractMsgContent> |
CREATOR
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
|
构造器和说明 |
---|
InteractMsgContent(byte[] data) |
InteractMsgContent(android.os.Parcel in)
构造函数。
|
InteractMsgContent(java.lang.String room,
int room_type,
java.lang.String hostUid,
java.lang.String hostNick,
java.lang.String hostHead,
java.lang.String guestUid,
int guestAgree) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
byte[] |
encode() |
java.lang.String |
getGuestUserId() |
java.lang.String |
getHostHeadURL() |
java.lang.String |
getHostNickName() |
java.lang.String |
getHostUserId() |
java.lang.String |
getRoomId() |
int |
getRoomType() |
boolean |
isGuestAgreed() |
boolean |
isGuestRefused() |
boolean |
isHostCancelled() |
boolean |
isHostInvitation() |
double |
probabilityOfSend(int roomState)
计算发送概率
|
double |
probabilityOfShow(int roomState)
计算展示概率
|
void |
writeToParcel(android.os.Parcel parcel,
int i) |
getAdmin, getCommonData, getCUUIDFromJson, getIsMine, isNewUser, readCommonDataFromJson, readCommonDataFromParcel, setAdmin, setCommonData, setFamilyBadgeUrl, setFanLevel, setGuardType, setIdScore, setIsMine, setIsNewUser, setPrerogative, setRandomCommonDataForTest, setRewardRight, setRewardRightByIndex, setTagBean, setUserId, setVipLevelInfo, setWatchSource, setWatchSource2, writeCommonDataToJson, writeCommonDataToParcel
public static final android.os.Parcelable.Creator<InteractMsgContent> CREATOR
public InteractMsgContent(java.lang.String room, int room_type, java.lang.String hostUid, java.lang.String hostNick, java.lang.String hostHead, java.lang.String guestUid, int guestAgree)
public InteractMsgContent(byte[] data)
public InteractMsgContent(android.os.Parcel in)
in
- 初始化传入的 Parcel。public byte[] encode()
encode
在类中 com.live.immsgmodel.BaseContent
public int describeContents()
describeContents
在接口中 android.os.Parcelable
describeContents
在类中 com.live.immsgmodel.BaseContent
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
在接口中 android.os.Parcelable
writeToParcel
在类中 com.live.immsgmodel.BaseContent
public java.lang.String getRoomId()
public java.lang.String getHostUserId()
public java.lang.String getHostNickName()
public java.lang.String getHostHeadURL()
public java.lang.String getGuestUserId()
public boolean isGuestAgreed()
public boolean isGuestRefused()
public boolean isHostInvitation()
public boolean isHostCancelled()
public int getRoomType()
public double probabilityOfSend(int roomState)
com.live.immsgmodel.IRoomStateCallback
probabilityOfSend
在接口中 com.live.immsgmodel.IRoomStateCallback
probabilityOfSend
在类中 com.live.immsgmodel.BaseContent
roomState
- 精简模式。roomState=0时,精简模式关闭;roomState取值[0, 10000]。public double probabilityOfShow(int roomState)
com.live.immsgmodel.IRoomStateCallback
probabilityOfShow
在接口中 com.live.immsgmodel.IRoomStateCallback
probabilityOfShow
在类中 com.live.immsgmodel.BaseContent
roomState
- 精简模式。roomState=0时,精简模式关闭;roomState取值[0, 10000]。