ErrorDelegate
abstract class ErrorDelegate
Constructors
Name | Description |
---|---|
constructor()
|
Methods
onError
abstract fun onError(error: String)
Parameters
Name | Description |
---|---|
error: String
|
ReturnValue
Name | Description |
---|---|
Unit
|
Called when the given object has failed to setup properly Upon receiving this call, the
sdk
should be considered invalid and unuseable. If caused by some transient failure like a poor network, a newEngagementSDK
should be created.