Device.Flags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.Collections.Generic.IReadOnlyList<System.String>
The list of custom flags that were set on the device before Xamarin.Forms was initialized.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute