toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
ClearMessageOption
Clear
Message
Option
io.rong.imlib
public
class
ClearMessageOption
删除消息参数类
Author
jialong
Members
Constructors
Clear
Message
Option
Link copied to clipboard
io.rong.imlib
public
void
ClearMessageOption
(
ConversationType type
,
String
targetId
,
String
channelId
,
long timestamp
)
Properties
channel
Id
Link copied to clipboard
io.rong.imlib
public
String
channelId
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ClearMessageOption>
CREATOR
target
Id
Link copied to clipboard
io.rong.imlib
public
String
targetId
timestamp
Link copied to clipboard
io.rong.imlib
public
long
timestamp
type
Link copied to clipboard
io.rong.imlib
public
ConversationType
type
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Channel
Id
Link copied to clipboard
io.rong.imlib
public
String
getChannelId
(
)
get
Target
Id
Link copied to clipboard
io.rong.imlib
public
String
getTargetId
(
)
get
Timestamp
Link copied to clipboard
io.rong.imlib
public
long
getTimestamp
(
)
get
Type
Link copied to clipboard
io.rong.imlib
public
ConversationType
getType
(
)
set
Channel
Id
Link copied to clipboard
io.rong.imlib
public
void
setChannelId
(
String
channelId
)
set
Target
Id
Link copied to clipboard
io.rong.imlib
public
void
setTargetId
(
String
targetId
)
set
Timestamp
Link copied to clipboard
io.rong.imlib
public
void
setTimestamp
(
long timestamp
)
set
Type
Link copied to clipboard
io.rong.imlib
public
void
setType
(
ConversationType type
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)