Functions
Link copied to clipboard
Returns the default (first initialized) instance of the Core, or the instance associates with the given name
Link copied to clipboard
expect fun initialize(platform: Platform, sdkOptions: SdkOptions? = null, name: String? = null): Core?
The initialize function serves as a crucial entry point for initializing the Core module in SDK if you would like to initialize another app of Default app. It allows developers to set up the Core module with specific configurations based on the provided parameters.