IExtension Event Watcher
Functions
Link copied to clipboard
public abstract void onDeleteClick(ChannelType type, String targetId, EditText editText, int cursorPos)
Link copied to clipboard
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.