Constructors

Link copied to clipboard
constructor(context: Context, supportCallback: ActionMode.Callback)

Functions

Link copied to clipboard
Link copied to clipboard
Called to report a user click on an action button.
Link copied to clipboard
open fun onCreateActionMode(mode: ActionMode, menu: Menu): Boolean
Called when action mode is first created.
Link copied to clipboard
Called when an action mode is about to be exited and destroyed.
Link copied to clipboard
open fun onPrepareActionMode(mode: ActionMode, menu: Menu): Boolean
Called to refresh an action mode's action menu whenever it is invalidated.