다음을 통해 공유


InputConnection.GetExtractedTextMonitor Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.

Flag for use with #getExtractedText to indicate you would like to receive updates when the extracted text changes.

[Android.Runtime.Register("GET_EXTRACTED_TEXT_MONITOR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.", true)]
public const Android.Views.InputMethods.TextExtractFlags GetExtractedTextMonitor = 1;
[<Android.Runtime.Register("GET_EXTRACTED_TEXT_MONITOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.", true)>]
val mutable GetExtractedTextMonitor : Android.Views.InputMethods.TextExtractFlags

Field Value

Value = 1
Attributes

Remarks

Flag for use with #getExtractedText to indicate you would like to receive updates when the extracted text changes.

Java documentation for android.view.inputmethod.InputConnection.GET_EXTRACTED_TEXT_MONITOR.

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