InputMethodService.OnExtractTextContextMenuItem(Int32) Method

Definition

This is called when the user has selected a context menu item from the extracted text view, when running in fullscreen mode.

[Android.Runtime.Register("onExtractTextContextMenuItem", "(I)Z", "GetOnExtractTextContextMenuItem_IHandler")]
public virtual bool OnExtractTextContextMenuItem (int id);
[<Android.Runtime.Register("onExtractTextContextMenuItem", "(I)Z", "GetOnExtractTextContextMenuItem_IHandler")>]
abstract member OnExtractTextContextMenuItem : int -> bool
override this.OnExtractTextContextMenuItem : int -> bool

Parameters

id
Int32

Returns

Boolean
Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.onExtractTextContextMenuItem(int).

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