Core Module
The Core
module of the SDK utility classes provides various APIs to interact with configuration settings, context, environment variables, and global variables.
Configuration API
The Configurations
class provides methods for working with configuration settings.
Configuration API Documentation
Context API
The Context
class provides a simple interface to interact with the context in your application.
Context API Documentation
Environment Variables API
The Env
class allows you to work with environment variables.
Environment Variables API Documentation
Globals API
The Globals
class provides an interface for working with global variables.