MediaQualityManager.UsesDisplayTechnology(Int32) Method
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.
Checks if a specific display panel technology is supported by the device.
[Android.Runtime.Register("usesDisplayTechnology", "(I)Z", "", ApiSince=37)]
public bool UsesDisplayTechnology(int panelTechnology);
[<Android.Runtime.Register("usesDisplayTechnology", "(I)Z", "", ApiSince=37)>]
member this.UsesDisplayTechnology : int -> bool
Parameters
- panelTechnology
- Int32
The type of display panel technology to query. This must
be one of the constants from MediaQualityContract.PanelTechnology.
Returns
true if the specified panel technology is supported,
false otherwise.
- Attributes
Remarks
Checks if a specific display panel technology is supported by the device.
This is a blocking call and should not be called on the main thread.
Android reference for android.media.quality.MediaQualityManager.usesDisplayTechnology.
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.