Share via


DropBoxManager.IsText Field

Definition

Caution

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

Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED).

[Android.Runtime.Register("IS_TEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.", true)]
public const Android.OS.DropBoxManagerFlags IsText = 2;
[<Android.Runtime.Register("IS_TEXT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.", true)>]
val mutable IsText : Android.OS.DropBoxManagerFlags

Field Value

Value = 2
Attributes

Remarks

Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED).

Java documentation for android.os.DropBoxManager.IS_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