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
sdkshould be considered invalid and unuseable. If caused by some transient failure like a poor network, a newEngagementSDKshould be created.