BluedotServiceReceiver

abstract class BluedotServiceReceiver : BroadcastReceiver

A receiver for Bluedot SDK service events.

Constructors

Link copied to clipboard
fun BluedotServiceReceiver()

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)

Inherited functions

Link copied to clipboard
fun abortBroadcast()
Link copied to clipboard
fun clearAbortBroadcast()
Link copied to clipboard
fun getAbortBroadcast(): Boolean
Link copied to clipboard
fun getDebugUnregister(): Boolean
Link copied to clipboard
fun getResultCode(): Int
Link copied to clipboard
fun getResultData(): String
Link copied to clipboard
fun getResultExtras(p0: Boolean): Bundle
Link copied to clipboard
open fun getSentFromPackage(): String?
Link copied to clipboard
open fun getSentFromUid(): Int
Link copied to clipboard
fun goAsync(): BroadcastReceiver.PendingResult
Link copied to clipboard
fun isInitialStickyBroadcast(): Boolean
Link copied to clipboard
fun isOrderedBroadcast(): Boolean
Link copied to clipboard
open fun peekService(p0: Context, p1: Intent): IBinder
Link copied to clipboard
fun setDebugUnregister(p0: Boolean)
Link copied to clipboard
fun setOrderedHint(p0: Boolean)
Link copied to clipboard
fun setResult(    p0: Int,     p1: String,     p2: Bundle)
Link copied to clipboard
fun setResultCode(p0: Int)
Link copied to clipboard
fun setResultData(p0: String)
Link copied to clipboard
fun setResultExtras(p0: Bundle)