Device.Flags Property

Definition

Gets a list of custom flags that were set on the device before Xamarin.Forms was initialized.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static System.Collections.Generic.IReadOnlyList<string> Flags { get; }
member this.Flags : System.Collections.Generic.IReadOnlyList<string>

Property Value

The list of custom flags that were set on the device before Xamarin.Forms was initialized.

Attributes

Applies to