onSupportActionModeStarted

open fun onSupportActionModeStarted(@NonNull mode: @NonNull ActionMode)(source)

Notifies the Activity that a support action mode has been started. Activity subclasses overriding this method should call the superclass implementation.

Parameters

mode

The new action mode.