DocumentsContract.Root.FlagEmpty フィールド

定義

注意事項

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

このルートが現在空であることを示すフラグ。

[Android.Runtime.Register("FLAG_EMPTY", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentRootFlags FlagEmpty = 64;
[<Android.Runtime.Register("FLAG_EMPTY", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)>]
val mutable FlagEmpty : Android.Provider.DocumentRootFlags

フィールド値

Value = 64
属性

注釈

このルートが現在空であることを示すフラグ。 これは、ドキュメントを開くときにルートを非表示にするために使用できますが、ドキュメント #FLAG_SUPPORTS_CREATE の作成時にルートが表示され、設定もされます。 ルートが空でない場合など、このフラグの値が変更された場合は、 のコンテンツ変更通知 DocumentsContract#buildRootsUri(String)を送信する必要があります。

android.provider.DocumentsContract.Root.FLAG_EMPTYJava ドキュメント。

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

適用対象