androidchatsdk / Notable Classes / GladAppError
GladAppError
enum class GladAppError
Describes the various errors that may occur when using this SDK. The error events are sent via EventInterface in the EventInterface.onError method.
Enum Values
Name | Summary |
---|---|
PushTokenRegistrationError | When there’s an error registering the Push Token with Gladly’s servers. |
PushTokenDeleteError | When there’s an error deleting the Push Token from Gladly’s servers. |
JavascriptError | When there’s an general javascript error with our Chat Widget. |
NoNetworkConnectivityError | When there’s no required network connectivity detected. |