onBluedotServiceError

abstract fun onBluedotServiceError(error: BDError, context: Context)

Called when the Bluedot Point SDK encounters errors. If the error is fatal, the SDK services may need to be restarted after the cause of the error has been addressed.

Since

15.3.0

Parameters

error

The error, please see documentation for possible subtypes and appropriate corrective actions.

context

Android context.