Platform Context
android implementation of PlatformContext.
Platform-agnostic context wrapper used to handle environment-specific requirements.
This class is primarily used on Android to pass the android.content.Context into common code modules that require it for initialization.
ios implementation of PlatformContext.
jvm implementation of PlatformContext.
web implementation of PlatformContext.