BluedotServiceReceiver

A receiver for Bluedot SDK service events.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
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.

Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)