Android.Views.Display.FlagPresentation Field
Display flag: Indicates that the display is a presentation display.

Value: 8

Syntax

[Android.Runtime.Register("FLAG_PRESENTATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.")]
public const DisplayFlags FlagPresentation

See Also

Display.Flags

Remarks

Display flag: Indicates that the display is a presentation display.

This flag identifies secondary displays that are suitable for use as presentation displays such as HDMI or Wireless displays. Applications may automatically project their content to presentation displays to provide richer second screen experiences.

[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