toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.message
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.message
/
RichContentMessage
Rich
Content
Message
io.rong.message
public
class
RichContentMessage
图文消息类
图文消息类,此消息会进行存储并计入未读消息数。
Members
Constructors
Rich
Content
Message
Link copied to clipboard
io.rong.message
public
void
RichContentMessage
(
)
构造函数。
public
void
RichContentMessage
(
String
title
,
String
content
,
String
imageUrl
)
构造函数。
public
void
RichContentMessage
(
String
title
,
String
content
,
String
imageUrl
,
String
url
)
构造函数。
public
void
RichContentMessage
(
Array
<
byte
>
data
)
构造函数。
Properties
content
Link copied to clipboard
io.rong.message
public
String
content
CREATOR
Link copied to clipboard
io.rong.message
public
final
static
Creator<RichContentMessage>
CREATOR
读取接口,目的是要从 Parcel 中构造一个实现了 Parcelable 的类的实例处理。
img
Url
Link copied to clipboard
io.rong.message
public
String
imgUrl
title
Link copied to clipboard
io.rong.message
public
String
title
url
Link copied to clipboard
io.rong.message
public
String
url
Functions
describe
Contents
Link copied to clipboard
io.rong.message
public
int
describeContents
(
)
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
encode
Link copied to clipboard
io.rong.message
public
Array
<
byte
>
encode
(
)
将本地消息对象序列化为消息数据。
get
Content
Link copied to clipboard
io.rong.message
public
String
getContent
(
)
获取消息正文。
get
Img
Url
Link copied to clipboard
io.rong.message
public
String
getImgUrl
(
)
获取消息图片 Imgurl.
get
Searchable
Word
Link copied to clipboard
io.rong.message
public
List
<
String
>
getSearchableWord
(
)
get
Title
Link copied to clipboard
io.rong.message
public
String
getTitle
(
)
获取消息标题。
get
Url
Link copied to clipboard
io.rong.message
public
String
getUrl
(
)
获取消息 url.
obtain
Link copied to clipboard
io.rong.message
public
static
RichContentMessage
obtain
(
String
title
,
String
content
,
String
imageUrl
)
public
static
RichContentMessage
obtain
(
String
title
,
String
content
,
String
imageUrl
,
String
url
)
生成 RichContentMessage 对象。
set
Content
Link copied to clipboard
io.rong.message
public
void
setContent
(
String
content
)
设置消息正文。
set
Img
Url
Link copied to clipboard
io.rong.message
public
void
setImgUrl
(
String
url
)
设置消息的图片 Imgurl.
set
Title
Link copied to clipboard
io.rong.message
public
void
setTitle
(
String
title
)
设置消息标题。
set
Url
Link copied to clipboard
io.rong.message
public
void
setUrl
(
String
url
)
设置消息 url.
write
To
Parcel
Link copied to clipboard
io.rong.message
public
void
writeToParcel
(
Parcel dest
,
int flags
)
将类的数据写入外部提供的 Parcel 中。