FeatureInfo.GlEsVersion 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.
This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string.
public virtual string? GlEsVersion { [Android.Runtime.Register("getGlEsVersion", "()Ljava/lang/String;", "GetGetGlEsVersionHandler")] get; }
[<get: Android.Runtime.Register("getGlEsVersion", "()Ljava/lang/String;", "GetGetGlEsVersionHandler")>]
member this.GlEsVersion : string
Property Value
String representation of the reqGlEsVersion attribute
- Attributes
Remarks
This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string. Say reqGlEsVersion value of 0x00010002 is returned as 1.2
Java documentation for android.content.pm.FeatureInfo.getGlEsVersion()
.
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.