toggle menu
Android-IMKit-SDK
5.12.3
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.event.actionevent
/
RecallEvent
Recall
Event
public
class
RecallEvent
Members
Constructors
Recall
Event
Link copied to clipboard
public
void
RecallEvent
(
ConversationType conversationType
,
String
targetId
,
int messageId
,
RecallNotificationMessage message
)
Properties
conversation
Type
Link copied to clipboard
public
ConversationType
conversationType
message
Id
Link copied to clipboard
public
int
messageId
target
Id
Link copied to clipboard
public
String
targetId
Functions
get
Conversation
Type
Link copied to clipboard
public
ConversationType
getConversationType
(
)
get
Message
Id
Link copied to clipboard
public
int
getMessageId
(
)
get
Recall
Notification
Message
Link copied to clipboard
public
RecallNotificationMessage
getRecallNotificationMessage
(
)
get
Target
Id
Link copied to clipboard
public
String
getTargetId
(
)