IExtensionEventWatcher

public interface IExtensionEventWatcher

Functions

Link copied to clipboard
public abstract void onDeleteClick(ChannelType type, String targetId, EditText editText, int cursorPos)
Link copied to clipboard
public abstract void onDestroy(ChannelType type, String targetId)
Link copied to clipboard
public abstract void onSendToggleClick(Message message)
Pre-processing when the Extension module's send button is clicked.
Link copied to clipboard
public abstract void onTextChanged(Context context, ChannelType type, String targetId, int cursorPos, int count, String text)
Callback when input field text changes.