Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + type CONFIGURATION int32 + const ACONFIGURATION_COLOR_MODE + const ACONFIGURATION_DENSITY + const ACONFIGURATION_DENSITY_ANY + const ACONFIGURATION_DENSITY_DEFAULT + const ACONFIGURATION_DENSITY_HIGH + const ACONFIGURATION_DENSITY_LOW + const ACONFIGURATION_DENSITY_MEDIUM + const ACONFIGURATION_DENSITY_NONE + const ACONFIGURATION_DENSITY_TV + const ACONFIGURATION_DENSITY_XHIGH + const ACONFIGURATION_DENSITY_XXHIGH + const ACONFIGURATION_DENSITY_XXXHIGH + const ACONFIGURATION_GRAMMATICAL_GENDER + const ACONFIGURATION_GRAMMATICAL_GENDER_ANY + const ACONFIGURATION_GRAMMATICAL_GENDER_FEMININE + const ACONFIGURATION_GRAMMATICAL_GENDER_MASCULINE + const ACONFIGURATION_GRAMMATICAL_GENDER_NEUTER + const ACONFIGURATION_HDR_ANY + const ACONFIGURATION_HDR_NO + const ACONFIGURATION_HDR_YES + const ACONFIGURATION_KEYBOARD + const ACONFIGURATION_KEYBOARD_12KEY + const ACONFIGURATION_KEYBOARD_ANY + const ACONFIGURATION_KEYBOARD_HIDDEN + const ACONFIGURATION_KEYBOARD_NOKEYS + const ACONFIGURATION_KEYBOARD_QWERTY + const ACONFIGURATION_KEYSHIDDEN_ANY + const ACONFIGURATION_KEYSHIDDEN_NO + const ACONFIGURATION_KEYSHIDDEN_SOFT + const ACONFIGURATION_KEYSHIDDEN_YES + const ACONFIGURATION_LAYOUTDIR + const ACONFIGURATION_LAYOUTDIR_ANY + const ACONFIGURATION_LAYOUTDIR_LTR + const ACONFIGURATION_LAYOUTDIR_RTL + const ACONFIGURATION_LOCALE + const ACONFIGURATION_MCC + const ACONFIGURATION_MNC + const ACONFIGURATION_MNC_ZERO + const ACONFIGURATION_NAVHIDDEN_ANY + const ACONFIGURATION_NAVHIDDEN_NO + const ACONFIGURATION_NAVHIDDEN_YES + const ACONFIGURATION_NAVIGATION + const ACONFIGURATION_NAVIGATION_ANY + const ACONFIGURATION_NAVIGATION_DPAD + const ACONFIGURATION_NAVIGATION_NONAV + const ACONFIGURATION_NAVIGATION_TRACKBALL + const ACONFIGURATION_NAVIGATION_WHEEL + const ACONFIGURATION_ORIENTATION + const ACONFIGURATION_ORIENTATION_ANY + const ACONFIGURATION_ORIENTATION_LAND + const ACONFIGURATION_ORIENTATION_PORT + const ACONFIGURATION_ORIENTATION_SQUARE + const ACONFIGURATION_SCREENLONG_ANY + const ACONFIGURATION_SCREENLONG_NO + const ACONFIGURATION_SCREENLONG_YES + const ACONFIGURATION_SCREENROUND_ANY + const ACONFIGURATION_SCREENROUND_NO + const ACONFIGURATION_SCREENROUND_YES + const ACONFIGURATION_SCREENSIZE_ANY + const ACONFIGURATION_SCREENSIZE_LARGE + const ACONFIGURATION_SCREENSIZE_NORMAL + const ACONFIGURATION_SCREENSIZE_SMALL + const ACONFIGURATION_SCREENSIZE_XLARGE + const ACONFIGURATION_SCREEN_HEIGHT_DP_ANY + const ACONFIGURATION_SCREEN_LAYOUT + const ACONFIGURATION_SCREEN_ROUND + const ACONFIGURATION_SCREEN_SIZE + const ACONFIGURATION_SCREEN_WIDTH_DP_ANY + const ACONFIGURATION_SMALLEST_SCREEN_SIZE + const ACONFIGURATION_SMALLEST_SCREEN_WIDTH_DP_ANY + const ACONFIGURATION_TOUCHSCREEN + const ACONFIGURATION_TOUCHSCREEN_ANY + const ACONFIGURATION_TOUCHSCREEN_FINGER + const ACONFIGURATION_TOUCHSCREEN_NOTOUCH + const ACONFIGURATION_TOUCHSCREEN_STYLUS + const ACONFIGURATION_UI_MODE + const ACONFIGURATION_UI_MODE_NIGHT_ANY + const ACONFIGURATION_UI_MODE_NIGHT_NO + const ACONFIGURATION_UI_MODE_NIGHT_YES + const ACONFIGURATION_UI_MODE_TYPE_ANY + const ACONFIGURATION_UI_MODE_TYPE_APPLIANCE + const ACONFIGURATION_UI_MODE_TYPE_CAR + const ACONFIGURATION_UI_MODE_TYPE_DESK + const ACONFIGURATION_UI_MODE_TYPE_NORMAL + const ACONFIGURATION_UI_MODE_TYPE_TELEVISION + const ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET + const ACONFIGURATION_UI_MODE_TYPE_WATCH + const ACONFIGURATION_VERSION + const ACONFIGURATION_WIDE_COLOR_GAMUT_ANY + const ACONFIGURATION_WIDE_COLOR_GAMUT_NO + const ACONFIGURATION_WIDE_COLOR_GAMUT_YES + type Config struct + func NewConfig() *Config + func NewConfigFromPointer(ptr unsafe.Pointer) *Config + func (h *Config) Close() error + func (h *Config) Copy(src *Config) + func (h *Config) Country(outCountry string) + func (h *Config) Density() int32 + func (h *Config) Diff(config2 *Config) error + func (h *Config) GetGrammaticalGender() error + func (h *Config) GetKeyboard() error + func (h *Config) GetKeysHidden() error + func (h *Config) GetLayoutDirection() error + func (h *Config) GetMcc() error + func (h *Config) GetMnc() error + func (h *Config) GetNavHidden() error + func (h *Config) GetNavigation() error + func (h *Config) GetScreenLong() error + func (h *Config) GetScreenRound() error + func (h *Config) GetSmallestScreenWidthDp() error + func (h *Config) GetTouchscreen() error + func (h *Config) GetUiModeNight() error + func (h *Config) GetUiModeType() error + func (h *Config) IsBetterThan(test *Config, requested *Config) error + func (h *Config) Language(outLanguage string) + func (h *Config) Match(requested *Config) error + func (h *Config) Orientation() int32 + func (h *Config) Pointer() unsafe.Pointer + func (h *Config) ScreenHeightDp() int32 + func (h *Config) ScreenSize() int32 + func (h *Config) ScreenWidthDp() int32 + func (h *Config) SdkVersion() int32 + func (h *Config) SetCountry(country string) + func (h *Config) SetDensity(density int32) + func (h *Config) SetGrammaticalGender(value int32) + func (h *Config) SetKeyboard(keyboard int32) + func (h *Config) SetKeysHidden(keysHidden int32) + func (h *Config) SetLanguage(language string) + func (h *Config) SetLayoutDirection(value int32) + func (h *Config) SetMcc(mcc int32) + func (h *Config) SetMnc(mnc int32) + func (h *Config) SetNavHidden(navHidden int32) + func (h *Config) SetNavigation(navigation int32) + func (h *Config) SetOrientation(orientation Orientation) + func (h *Config) SetScreenHeightDp(value int32) + func (h *Config) SetScreenLong(screenLong int32) + func (h *Config) SetScreenSize(screenSize ScreenSize) + func (h *Config) SetScreenWidthDp(value int32) + func (h *Config) SetSdkVersion(sdkVersion int32) + func (h *Config) SetSmallestScreenWidthDp(value int32) + func (h *Config) SetTouchscreen(touchscreen int32) + func (h *Config) SetUiModeNight(uiModeNight int32) + func (h *Config) SetUiModeType(uiModeType int32) + type Error int32 + func (e Error) Error() string + type Orientation int32 + const OrientationAny + const OrientationLand + const OrientationPort + const OrientationSquare + type ScreenSize int32 + const ScreensizeAny + const ScreensizeLarge + const ScreensizeNormal + const ScreensizeSmall + const ScreensizeXlarge