TwilioIPMessagingSDK#initializeSDK(Context, InitListener)
that used this
interface has been replaced with IPMessagingClient#create(Context,AccessManager,IPMessagingClient.Properties,Constants.CallbackListener)
.@Deprecated
public static interface Constants.InitListener
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Exception error)
Deprecated.
Called if there is an error initializing the TwilioRTD Client SDK.
|
void |
onInitialized()
Deprecated.
Callback to report when TwilioRTD Client SDK has been successfully
initialized.
|
void onInitialized()
void onError(java.lang.Exception error)
error
- An exception describing the error that occurred