Class AN_Configuration
This class describes all device configuration information that can impact the resources the application retrieves. This includes both user-specified configuration options (locale list and scaling) as well as device configurations (such as input modes, screen size and screen orientation).
Inheritance
System.Object
AN_Configuration
Namespace: SA.Android.Content.Res
Assembly: cs.temp.dll.dll
Syntax
public class AN_Configuration : AN_LinkedObject
Fields
UI_MODE_NIGHT_MASK
Added in API level 8 Constant for UIMode: bits that encode the night mode.
Declaration
public const int UI_MODE_NIGHT_MASK = 48
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UI_MODE_NIGHT_NO
Added in API level 8 Constant for UIMode: a UI_MODE_NIGHT_MASK value that corresponds to the notnight resource qualifier.
Declaration
public const int UI_MODE_NIGHT_NO = 16
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UI_MODE_NIGHT_UNDEFINED
Added in API level 8 Constant for UIMode: a UI_MODE_NIGHT_MASK value indicating that no mode type has been set.
Declaration
public const int UI_MODE_NIGHT_UNDEFINED = 0
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UI_MODE_NIGHT_YES
Added in API level 8 Constant for UIMode: a UI_MODE_NIGHT_MASK value that corresponds to the night resource qualifier.
Declaration
public const int UI_MODE_NIGHT_YES = 32
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
UIMode
Declaration
public int UIMode { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |