public class CSPullEvaluateMessage
extends MessageContent
客服主动拉满意度评价消息类,客服主动下发的消息, 下发之后终端要给出评价界面。
| 限定符和类型 | 字段和说明 |
|---|---|
static <any> |
CREATOR |
| 构造器和说明 |
|---|
CSPullEvaluateMessage() |
CSPullEvaluateMessage(byte[] content) |
CSPullEvaluateMessage(android.os.Parcel in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
|
byte[] |
encode()
序列化需要传输的数据。
|
java.lang.String |
getMsgId() |
static CSPullEvaluateMessage |
obtain()
创建消息实例
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
将类的数据写入外部提供的 Parcel 中。
|
public CSPullEvaluateMessage()
public CSPullEvaluateMessage(byte[] content)
public CSPullEvaluateMessage(android.os.Parcel in)
public static CSPullEvaluateMessage obtain()
public java.lang.String getMsgId()
io.rong.imlib.RongCoreClient#evaluateCustomService(String, int, String, String)}public int describeContents()
public void writeToParcel(android.os.Parcel dest,
int flags)
dest - 对象被写入的 Parcel。flags - 对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。public byte[] encode()