Listener

interface Listener(source)

Listener interface for responding to MessageListView events.

Functions

Link copied to clipboard
abstract fun onAction(action: MessageListAction)

Called when the user has triggered an action in the UI.

Link copied to clipboard
abstract fun onEditModeChanged(isEditing: Boolean)

Called when the list enters or exits editing mode.

Link copied to clipboard
abstract fun onShowMessage(message: Message)

Called when a message is clicked.