public class DestructManager extends java.lang.Object implements IExtensionEventWatcher
Modifier and Type | Field and Description |
---|---|
static int |
IMAGE_DESTRUCT_TIME |
static int |
SIGHT_DESTRUCT_TIME |
static int |
VOICE_DESTRUCT_TIME |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String pUId,
RongIMClient.DestructCountDownTimerListener pDestructListener,
java.lang.String pTag) |
void |
deleteMessage(Message pMessage) |
void |
deleteMessages(Conversation.ConversationType pConversationType,
java.lang.String pTargetId,
Message[] pDeleteMessages) |
void |
exitDestructMode() |
static DestructManager |
getInstance() |
java.lang.String |
getUnFinishTime(java.lang.String pMessageId) |
static boolean |
isActive() |
void |
onDeleteClick(Conversation.ConversationType type,
java.lang.String targetId,
android.widget.EditText editText,
int cursorPos) |
void |
onDestroy(Conversation.ConversationType type,
java.lang.String targetId) |
void |
onSendToggleClick(Message message)
Extension 模块点击发送按钮时的预处理,其它模块可以通过此回调设置附加信息到 Extension
|
void |
onTextChanged(android.content.Context context,
Conversation.ConversationType type,
java.lang.String targetId,
int cursorPos,
int count,
java.lang.String text)
输入框文本变化时的回调
|
void |
startDestruct(Message pMessage) |
void |
stopDestruct(Message pMessage) |
public static int VOICE_DESTRUCT_TIME
public static int IMAGE_DESTRUCT_TIME
public static int SIGHT_DESTRUCT_TIME
public static DestructManager getInstance()
public void exitDestructMode()
public static boolean isActive()
public void onTextChanged(android.content.Context context, Conversation.ConversationType type, java.lang.String targetId, int cursorPos, int count, java.lang.String text)
IExtensionEventWatcher
onTextChanged
in interface IExtensionEventWatcher
public void onSendToggleClick(Message message)
IExtensionEventWatcher
onSendToggleClick
in interface IExtensionEventWatcher
message
- extension 模块点击发送按钮时构建的初始消息。其它模块可以更改该消息里的配置。public void onDeleteClick(Conversation.ConversationType type, java.lang.String targetId, android.widget.EditText editText, int cursorPos)
onDeleteClick
in interface IExtensionEventWatcher
public void onDestroy(Conversation.ConversationType type, java.lang.String targetId)
onDestroy
in interface IExtensionEventWatcher
public void addListener(java.lang.String pUId, RongIMClient.DestructCountDownTimerListener pDestructListener, java.lang.String pTag)
public void deleteMessage(Message pMessage)
public void deleteMessages(Conversation.ConversationType pConversationType, java.lang.String pTargetId, Message[] pDeleteMessages)
public java.lang.String getUnFinishTime(java.lang.String pMessageId)
public void startDestruct(Message pMessage)
public void stopDestruct(Message pMessage)