iOS - Interaction
Modules can interact with the core system in several ways. The following sections describe how to access key contextual data and configurations:
-
Access Module Configuration
Retrieve static configuration values defined for the module at build or runtime. -
Access Module Invocation Data
Get the input parameters passed when the module is launched or invoked. -
Access Theme Colors
Use platform-defined color tokens to maintain consistent theming. -
Access Theme Fonts
Access predefined font styles to align with system-wide typography. -
Access Localization
Retrieve translated strings based on the current language settings. -
Access User Info
Fetch information about the currently authenticated user. -
Access Device Info
Identify the device type, OS version, and other relevant device attributes. -
Access Environment Info
Determine the current app environment (e.g., dev, staging, production) and capabilities.