The members of Android.Content.PM.ConfigurationInfo are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | GlEsVersionUndefined | int (0). Default value for ConfigurationInfo.ReqGlEsVersion; |
const | InputFeatureFiveWayNav | InputFeature (2). Value for ConfigurationInfo.ReqInputFeatures: if set, indicates that the application requires a five way navigation device |
const | InputFeatureHardKeyboard | InputFeature (1). Value for ConfigurationInfo.ReqInputFeatures: if set, indicates that the application requires a hard keyboard |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | GlEsVersion | string. This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string. |
ReqGlEsVersion | int. The GLES version used by an application. | |
ReqInputFeatures | InputFeature. Flags associated with the input features. | |
ReqKeyboardType | Android.Content.Res.KeyboardType. Application's input method preference. | |
ReqNavigation | Android.Content.Res.Navigation. A flag indicating whether any keyboard is available. one of: Android.Content.Res.Configuration.NAVIGATION_UNDEFINED, Android.Content.Res.Configuration.NAVIGATION_DPAD, Android.Content.Res.Configuration.NAVIGATION_TRACKBALL, Android.Content.Res.Configuration.NAVIGATION_WHEEL | |
ReqTouchScreen | Android.Content.Res.TouchScreenType. The kind of touch screen attached to the device. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |