initDi

fun initDi(applicationContext: Context)

Initializes the dependency injection framework and native library for the Nutrient SDK.

This function must be called before using any Nutrient SDK features. It sets up the Koin dependency injection container with the required modules and initializes the native Nutrient library.

Parameters

applicationContext

The application context used for initialization.