Android.Content.PM.ConfigurationInfo Members

The members of Android.Content.PM.ConfigurationInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
GlEsVersionUndefinedint (0). Default value for ConfigurationInfo.ReqGlEsVersion;
const
InputFeatureFiveWayNavInputFeature (2). Value for ConfigurationInfo.ReqInputFeatures: if set, indicates that the application requires a five way navigation device
const
InputFeatureHardKeyboardInputFeature (1). Value for ConfigurationInfo.ReqInputFeatures: if set, indicates that the application requires a hard keyboard

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
GlEsVersionstring. This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string.
ReqGlEsVersionint. The GLES version used by an application.
ReqInputFeaturesInputFeature. Flags associated with the input features.
ReqKeyboardTypeAndroid.Content.Res.KeyboardType. Application's input method preference.
ReqNavigationAndroid.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
ReqTouchScreenAndroid.Content.Res.TouchScreenType. The kind of touch screen attached to the device.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
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.