DropBoxManager.IsText フィールド

定義

注意事項

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

フラグ値: コンテンツは人間が判読できる UTF-8 テキストです (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

フィールド値

Value = 2
属性

注釈

フラグ値: コンテンツは人間が判読できる UTF-8 テキストです (IS_GZIPPEDと組み合わせることができます)。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象