initialize

fun initialize(applicationContext: Context, zsAPIConfiguration: ZSAPIConfiguration, isBetaSetup: Boolean = false)

Call this method to initialize ZS Kit. This is a one time initialization and has to be done before accessing other methods from the SDK.

Parameters

applicationContext

The applicationContext of the application is to be passed.