Display.FlagPrivate フィールド

定義

注意事項

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

表示フラグ: ディスプレイがプライベートであることを示します。

[Android.Runtime.Register("FLAG_PRIVATE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)]
public const Android.Views.DisplayFlags FlagPrivate = 4;
[<Android.Runtime.Register("FLAG_PRIVATE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)>]
val mutable FlagPrivate : Android.Views.DisplayFlags

フィールド値

Value = 4
属性

注釈

表示フラグ: ディスプレイがプライベートであることを示します。 ディスプレイを所有しているアプリケーションと、ディスプレイ上に既に存在するアプリのみがウィンドウを作成できます。

Javaドキュメント。

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

適用対象

こちらもご覧ください