Android.Content.PM.ConfigurationInfo.GlEsVersion Property
This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string.

Syntax

[get: Android.Runtime.Register("getGlEsVersion", "()Ljava/lang/String;", "GetGetGlEsVersionHandler")]
public virtual string GlEsVersion { get; }

Value

Documentation for this section has not yet been entered.

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

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4