Android.Hardware.Display.DisplayManager.VirtualDisplayFlagPresentation Field
Virtual display flag: Create a presentation display.

Value: 2

Syntax

[Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_PRESENTATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.")]
public const VirtualDisplayFlags VirtualDisplayFlagPresentation

See Also

Android.App.Presentation
DisplayManager.CreateVirtualDisplay(string, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)
DisplayManager.DisplayCategoryPresentation
Android.Views.Display.FlagPresentation

Remarks

Virtual display flag: Create a presentation display.

Presentation virtual displays

Non-presentation virtual displays

When this flag is set, the virtual display is registered as a presentation display in the DisplayManager.DisplayCategoryPresentation. Applications may automatically project their content to presentation displays to provide richer second screen experiences.

When this flag is not set, the virtual display is not registered as a presentation display. Applications can still project their content on the display but they will typically not do so automatically. This option is appropriate for more special-purpose displays.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Display
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17