TextToolbarActions

Actions that custom text toolbar content can perform.

Functions

Link copied to clipboard
abstract fun autofill()

Runs the current autofill action and dismisses the toolbar.

Link copied to clipboard
abstract fun copy()

Copies the current selection and dismisses the toolbar.

Link copied to clipboard
abstract fun cut()

Cuts the current selection and dismisses the toolbar.

Link copied to clipboard
abstract fun dismiss()

Dismisses the toolbar without running an editing action.

Link copied to clipboard
abstract fun paste()

Pastes from the clipboard and dismisses the toolbar.

Link copied to clipboard
abstract fun selectAll()

Selects all text in the focused text field and dismisses the toolbar.