Display.FlagPresentation Field

Definition

Caution

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

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

[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.", true)]
public const Android.Views.DisplayFlags FlagPresentation = 8;
[<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.", true)>]
val mutable FlagPresentation : Android.Views.DisplayFlags

Field Value

Value = 8
Attributes

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 external or wireless displays. Applications may automatically project their content to presentation displays to provide richer second screen experiences.

Java documentation for android.view.Display.FLAG_PRESENTATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also