LocationServiceNotEnabledError

class LocationServiceNotEnabledError(val reason: String = DEFAULT_REASON, val isFatal: Boolean) : BDError

This error tells the client application that the location service is not turned on which is required by BlueDot Service

Constructors

Link copied to clipboard
constructor(reason: String = DEFAULT_REASON, isFatal: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val errorCode: Int

Returns error code

Link copied to clipboard
open override val isFatal: Boolean

Indicates if error is fatal and service is stopped

Link copied to clipboard
open override val reason: String

Provides human readable error reason

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)