toggle menu
Android-IMLibCore-SDK
5.14.0
io.rong.message
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.message
/
RichContentItem
Rich
Content
Item
io.rong.message
public
class
RichContentItem
Members
Constructors
Rich
Content
Item
Link copied to clipboard
io.rong.message
public
void
RichContentItem
(
JSONObject jsonObj
)
public
void
RichContentItem
(
String
jsonStr
)
public
void
RichContentItem
(
Parcel in
)
Properties
CREATOR
Link copied to clipboard
io.rong.message
public
final
static
Creator<RichContentItem>
CREATOR
digest
Link copied to clipboard
io.rong.message
public
String
digest
image
Url
Link copied to clipboard
io.rong.message
public
String
imageUrl
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
(
)
get
Digest
Link copied to clipboard
io.rong.message
public
String
getDigest
(
)
Get summary information
get
Image
Url
Link copied to clipboard
io.rong.message
public
String
getImageUrl
(
)
Get the image URL of the message.
get
Title
Link copied to clipboard
io.rong.message
public
String
getTitle
(
)
Get the message title
get
Url
Link copied to clipboard
io.rong.message
public
String
getUrl
(
)
Get the message URL
set
Digest
Link copied to clipboard
io.rong.message
public
void
setDigest
(
String
digest
)
Set digest information
set
Image
Url
Link copied to clipboard
io.rong.message
public
void
setImageUrl
(
String
imageUrl
)
Sets the image URL for the message.
set
Title
Link copied to clipboard
io.rong.message
public
void
setTitle
(
String
title
)
Set Message Title
set
Url
Link copied to clipboard
io.rong.message
public
void
setUrl
(
String
url
)
Set message URL
write
To
Parcel
Link copied to clipboard
io.rong.message
public
void
writeToParcel
(
Parcel dest
,
int flags
)