startSupportActionMode

@Nullable
abstract fun startSupportActionMode(callback: @NonNull ActionMode.Callback): @Nullable ActionMode(source)

Start an action mode.

Return

The ContextMode that was started, or null if it was canceled

Parameters

callback

Callback that will manage lifecycle events for this context mode