toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.message
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.message
/
HasReceivedNotificationMessage
Has
Received
Notification
Message
io.rong.message
public
class
HasReceivedNotificationMessage
通知消息
表示消息已经被收到,不会存入消息历史记录。
Members
Constructors
Has
Received
Notification
Message
Link copied to clipboard
io.rong.message
public
void
HasReceivedNotificationMessage
(
Parcel in
)
Properties
CREATOR
Link copied to clipboard
io.rong.message
public
final
static
Creator<HasReceivedNotificationMessage>
CREATOR
Functions
describe
Contents
Link copied to clipboard
io.rong.message
public
int
describeContents
(
)
encode
Link copied to clipboard
io.rong.message
public
Array
<
byte
>
encode
(
)
序列化需要传输的数据。
is
Has
Received
Link copied to clipboard
io.rong.message
public
boolean
isHasReceived
(
)
获取消息已收到的状态。
set
Has
Received
Link copied to clipboard
io.rong.message
public
void
setHasReceived
(
boolean hasReceived
)
设置消息已收到的状态。
write
To
Parcel
Link copied to clipboard
io.rong.message
public
void
writeToParcel
(
Parcel dest
,
int flags
)