Language

MediaQualityContract.PanelTechnologyUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Quality.PanelTechnology enum directly instead of this field.

Unknown display panel technology type.

[Android.Runtime.Register("PANEL_TECHNOLOGY_UNKNOWN", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Quality.PanelTechnology enum directly instead of this field.", true)]
public const Android.Media.Quality.PanelTechnology PanelTechnologyUnknown = -1;
[<Android.Runtime.Register("PANEL_TECHNOLOGY_UNKNOWN", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Quality.PanelTechnology enum directly instead of this field.", true)>]
val mutable PanelTechnologyUnknown : Android.Media.Quality.PanelTechnology

Field Value

Value = -1
Attributes

Remarks

Unknown display panel technology type.

This value is used to represent a panel technology that is not recognized by the current version of the SDK. It serves as a fallback to ensure backwards compatibility when new technologies are introduced in future platform versions.

Android reference for android.media.quality.MediaQualityContract.PANEL_TECHNOLOGY_UNKNOWN.

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