Intent.ExtraProcessTextReadonly Field

Definition

The name of the boolean extra used to define if the processed text will be used as read-only.

[Android.Runtime.Register("EXTRA_PROCESS_TEXT_READONLY", ApiSince=23)]
public const string ExtraProcessTextReadonly;
[<Android.Runtime.Register("EXTRA_PROCESS_TEXT_READONLY", ApiSince=23)>]
val mutable ExtraProcessTextReadonly : string

Field Value

Implements

Attributes

Remarks

The name of the boolean extra used to define if the processed text will be used as read-only.

Java documentation for android.content.Intent.EXTRA_PROCESS_TEXT_READONLY.

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