android.configuration

Undocumented in source.

Members

Enums

ACONFIGURATION_ORIENTATION_ANY
anonymousenum ACONFIGURATION_ORIENTATION_ANY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AConfiguration_copy
void AConfiguration_copy(AConfiguration* dest, AConfiguration* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_delete
void AConfiguration_delete(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_diff
int AConfiguration_diff(AConfiguration* config1, AConfiguration* config2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_fromAssetManager
void AConfiguration_fromAssetManager(AConfiguration* out_, AAssetManager* am)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getCountry
void AConfiguration_getCountry(AConfiguration* config, char* outCountry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getDensity
int AConfiguration_getDensity(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getKeyboard
int AConfiguration_getKeyboard(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getKeysHidden
int AConfiguration_getKeysHidden(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getLanguage
void AConfiguration_getLanguage(AConfiguration* config, char* outLanguage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getMcc
int AConfiguration_getMcc(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getMnc
int AConfiguration_getMnc(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getNavHidden
int AConfiguration_getNavHidden(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getNavigation
int AConfiguration_getNavigation(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getOrientation
int AConfiguration_getOrientation(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getScreenLong
int AConfiguration_getScreenLong(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getScreenSize
int AConfiguration_getScreenSize(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getSdkVersion
int AConfiguration_getSdkVersion(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getTouchscreen
int AConfiguration_getTouchscreen(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getUiModeNight
int AConfiguration_getUiModeNight(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_getUiModeType
int AConfiguration_getUiModeType(AConfiguration* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_isBetterThan
int AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test, AConfiguration* requested)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_match
int AConfiguration_match(AConfiguration* base, AConfiguration* requested)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_new
AConfiguration* AConfiguration_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setCountry
void AConfiguration_setCountry(AConfiguration* config, const(char)* country)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setDensity
void AConfiguration_setDensity(AConfiguration* config, int density)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setKeyboard
void AConfiguration_setKeyboard(AConfiguration* config, int keyboard)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setKeysHidden
void AConfiguration_setKeysHidden(AConfiguration* config, int keysHidden)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setLanguage
void AConfiguration_setLanguage(AConfiguration* config, const(char)* language)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setMcc
void AConfiguration_setMcc(AConfiguration* config, int mcc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setMnc
void AConfiguration_setMnc(AConfiguration* config, int mnc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setNavHidden
void AConfiguration_setNavHidden(AConfiguration* config, int navHidden)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setNavigation
void AConfiguration_setNavigation(AConfiguration* config, int navigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setOrientation
void AConfiguration_setOrientation(AConfiguration* config, int orientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setScreenLong
void AConfiguration_setScreenLong(AConfiguration* config, int screenLong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setScreenSize
void AConfiguration_setScreenSize(AConfiguration* config, int screenSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setSdkVersion
void AConfiguration_setSdkVersion(AConfiguration* config, int sdkVersion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setTouchscreen
void AConfiguration_setTouchscreen(AConfiguration* config, int touchscreen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setUiModeNight
void AConfiguration_setUiModeNight(AConfiguration* config, int uiModeNight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AConfiguration_setUiModeType
void AConfiguration_setUiModeType(AConfiguration* config, int uiModeType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AConfiguration
struct AConfiguration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta