public static interface Twilio.InitListener
Twilio.initialize(Context, InitListener)
.Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Exception error)
Called if there is an error initializing the Twilio Client SDK.
|
void |
onInitialized()
Called when the Twilio Client SDK has been successfully initialized.
|