toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.message
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.message
/
InformationNotificationMessage
/
InformationNotificationMessage
Information
Notification
Message
io.rong.message
public
void
InformationNotificationMessage
(
String
message
)
构造函数。
Parameters
message
提示条(小灰条)通知消息的内容。
public
void
InformationNotificationMessage
(
Array
<
byte
>
data
)
构造函数。
Parameters
data
存放 json 串的 byte 数组。
public
void
InformationNotificationMessage
(
Parcel in
)
构造函数。
Parameters
in
初始化传入的 Parcel。