core / ai.meson.sdk / MesonSdkInitializationListener

MesonSdkInitializationListener

interface MesonSdkInitializationListener

Interface to provide publisher callback when SDK initialization process is complete.

Functions

onComplete

abstract fun onComplete(error: Error?): Unit

Method invoked when SDK initialization process is complete. Note. The callback will be given on the Main/UI thread

Companion Object Properties

INVALID_ACCOUNT_ID

const val INVALID_ACCOUNT_ID: String

UNKNOWN_ERROR

const val UNKNOWN_ERROR: String