LocationPermissionNotGrantedError

open class LocationPermissionNotGrantedError : BDError

This error tells the client application that the permission to use location services are not granted.

Constructors

Link copied to clipboard
open fun LocationPermissionNotGrantedError()
Link copied to clipboard
open fun LocationPermissionNotGrantedError(in: Parcel)

Properties

Link copied to clipboard
Link copied to clipboard
private open val reason: String

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getErrorCode(): Int
Returns error code
Link copied to clipboard
open fun isFatal(): Boolean
Indicates if error is fatal and service is stopped
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Inherited functions

Link copied to clipboard
abstract fun getReason(): String
Provides human readable error reason