DropBoxManager.IsGzipped 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 can be decompressed with java.

[Android.Runtime.Register("IS_GZIPPED")]
[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 IsGzipped = 4;
[<Android.Runtime.Register("IS_GZIPPED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.", true)>]
val mutable IsGzipped : Android.OS.DropBoxManagerFlags

Field Value

Value = 4
Attributes

Remarks

Flag value: Content can be decompressed with java.util.zip.GZIPOutputStream.

Java documentation for android.os.DropBoxManager.IS_GZIPPED.

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