LocationPermissionNotGrantedError

open class LocationPermissionNotGrantedError : BDError

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

Constructors

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

Functions

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

Properties

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