Display.GetSupportedModes Method

Definition

Gets the supported modes of this display.

[Android.Runtime.Register("getSupportedModes", "()[Landroid/view/Display$Mode;", "GetGetSupportedModesHandler", ApiSince=23)]
public virtual Android.Views.Display.Mode[]? GetSupportedModes ();
[<Android.Runtime.Register("getSupportedModes", "()[Landroid/view/Display$Mode;", "GetGetSupportedModesHandler", ApiSince=23)>]
abstract member GetSupportedModes : unit -> Android.Views.Display.Mode[]
override this.GetSupportedModes : unit -> Android.Views.Display.Mode[]

Returns

Mode[]
Attributes

Remarks

Java documentation for android.view.Display.getSupportedModes().

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