Activity.OnActionModeFinished(ActionMode) Method

Definition

Notifies the activity that an action mode has finished.

[Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler")]
public virtual void OnActionModeFinished (Android.Views.ActionMode? mode);
[<Android.Runtime.Register("onActionModeFinished", "(Landroid/view/ActionMode;)V", "GetOnActionModeFinished_Landroid_view_ActionMode_Handler")>]
abstract member OnActionModeFinished : Android.Views.ActionMode -> unit
override this.OnActionModeFinished : Android.Views.ActionMode -> unit

Parameters

mode
ActionMode

The action mode that just finished.

Implements

Attributes

Remarks

Notifies the activity that an action mode has finished. Activity subclasses overriding this method should call the superclass implementation.

Java documentation for android.app.Activity.onActionModeFinished(android.view.ActionMode).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to