Android.Views.Display.FlagPrivate Field
Display flag: Indicates that the display is private.

Value: 4

Syntax

[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.")]
public const DisplayFlags FlagPrivate

See Also

Display.Flags

Remarks

Display flag: Indicates that the display is private. Only the application that owns the display can create windows on it.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1