Share via


ContentInfo.SourceProcessText Field

Definition

Caution

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

Specifies that the operation was triggered by a result from a android.content.Intent#ACTION_PROCESS_TEXT PROCESS_TEXT action in the selection menu.

[Android.Runtime.Register("SOURCE_PROCESS_TEXT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)]
public const Android.Views.ContentInfoSource SourceProcessText = 5;
[<Android.Runtime.Register("SOURCE_PROCESS_TEXT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)>]
val mutable SourceProcessText : Android.Views.ContentInfoSource

Field Value

Value = 5

Implements

Attributes

Remarks

Specifies that the operation was triggered by a result from a android.content.Intent#ACTION_PROCESS_TEXT PROCESS_TEXT action in the selection menu.

Java documentation for android.view.ContentInfo.SOURCE_PROCESS_TEXT.

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