public interface SdkInitializationListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INVALID_ACCOUNT_ID |
static java.lang.String |
INVALID_SITE_ID |
static java.lang.String |
UNKNOWN_ERROR |
Modifier and Type | Method and Description |
---|---|
void |
onInitializationComplete(java.lang.Error error)
Method invoked when SDK initialization process is complete.
|
static final java.lang.String INVALID_ACCOUNT_ID
static final java.lang.String INVALID_SITE_ID
static final java.lang.String UNKNOWN_ERROR
void onInitializationComplete(java.lang.Error error)
error
- Returns the error object. It will be null
in case of success, otherwise
use Throwable.getMessage()
to know the cause of Initialization failure.