com.twilio.clientInterface for the listener object to pass to Twilio.initialize().
| Name | Description | Type |
|---|---|---|
| onInitialized | Called when the Twilio Client SDK has been successfully initialized. | Instance method |
| onError | Called if there is an error initializing the Twilio Client SDK. | Instance method |
void onInitialized()Called when the Twilio Client SDK has been successfully initialized.
None
void onError(Exception error)Called if there is an error initializing the Twilio Client SDK.
| Name | Description |
|---|---|
error |
An exception describing the error that occurred |
None