meson-wrap / ai.meson.sdk / MesonWrap / init

init

fun init(configuration: MesonSdkConfiguration, listener: MesonSdkInitializationListener?): Unit

call init to initialize the sdk and wait for the completion callback on the listener supplied. This is the mandatory step and without it any other API call will fail.

Parameters

configuration -

listener -