ErrorDelegate

ErrorDelegate

abstract class ErrorDelegate

Constructors

Name Description
constructor()

Methods

onError

abstract fun onError(error: String)

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 new EngagementSDK should be created.

Parameters

Name Description
error: String

ReturnValue

Name Description
Unit