ReferenceManager

public class ReferenceManager

Constructors

Link copied to clipboard
public void ReferenceManager()

Types

Link copied to clipboard
public interface ReferenceStatusListener

Functions

Link copied to clipboard
public MessageContent applyReference(TextMessage textMessage)
Merges the pending TextMessage with the current reference.
Link copied to clipboard
public List<IEmoticonTab> getEmoticonTabs()
Link copied to clipboard
public static ReferenceManager getInstance()
Link copied to clipboard
public List<IPluginModule> getPluginModules(ChannelType channelType)
Link copied to clipboard
public UiMessage getUiMessage()
Link copied to clipboard
public void hideReferenceView()
Link copied to clipboard
public void onAttachedToExtension(Fragment fragment, RongExtension extension)
Link copied to clipboard
public void onDeleteClick(ChannelType type, String targetId, EditText editText, int cursorPos)
Link copied to clipboard
public void onDestroy(ChannelType type, String targetId)
Link copied to clipboard
Link copied to clipboard
public void onDisconnect()
Link copied to clipboard
public void onInit(Context context, String appKey)
Link copied to clipboard
public void onReceivedMessage(Message message)
Link copied to clipboard
public void onSendToggleClick(Message message)
Link copied to clipboard
public void onTextChanged(Context context, ChannelType type, String targetId, int cursorPos, int count, String text)
Link copied to clipboard
public boolean showReferenceView(Context context, UiMessage uiMessage)
public boolean showReferenceView(Context context, UiMessage uiMessage, boolean showKeyBoard)
Shows the reference message bar.
Link copied to clipboard
public boolean showReferenceViewInEditMode(Context context, UiMessage uiMessage)