interface MesonSdkInitializationListener
Interface to provide publisher callback when SDK initialization process is complete.
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 |
const val INVALID_ACCOUNT_ID: String |
|
const val UNKNOWN_ERROR: String |