| Package | com.distriqt.extension.nativemaps |
| Class | public class AuthorisationStatus |
| Inheritance | AuthorisationStatus Object |
| Constant | Defined By | ||
|---|---|---|---|
| ALWAYS : String = always [static]
User has authorized this application to access location data always
| AuthorisationStatus | ||
| DENIED : String = denied [static]
User has explicitly denied this application access to location data
| AuthorisationStatus | ||
| IN_USE : String = in_use [static]
User has authorised this application to access location data only when in use
| AuthorisationStatus | ||
| NOT_DETERMINED : String = not_determined [static]
User has not yet made a choice with regards to this application
| AuthorisationStatus | ||
| RESTRICTED : String = restricted [static]
This application is not authorized to access location data. | AuthorisationStatus | ||
| SHOULD_EXPLAIN : String = should_explain [static]
This status means that the user has previously denied access. | AuthorisationStatus | ||
| UNKNOWN : String [static]
An error occurred and the authorisation status is unknown
| AuthorisationStatus | ||
| ALWAYS | Constant |
public static const ALWAYS:String = alwaysUser has authorized this application to access location data always
| DENIED | Constant |
public static const DENIED:String = deniedUser has explicitly denied this application access to location data
| IN_USE | Constant |
public static const IN_USE:String = in_useUser has authorised this application to access location data only when in use
| NOT_DETERMINED | Constant |
public static const NOT_DETERMINED:String = not_determinedUser has not yet made a choice with regards to this application
| RESTRICTED | Constant |
public static const RESTRICTED:String = restrictedThis application is not authorized to access location data. The user cannot change this application's status, possibly due to active restrictions such as parental controls being in place.
| SHOULD_EXPLAIN | Constant |
public static const SHOULD_EXPLAIN:String = should_explain
This status means that the user has previously denied access. You can ask for permission again however you should display some information beforehand explaining why you require this permission to encourage the user to grant it.
| UNKNOWN | Constant |
public static const UNKNOWN:StringAn error occurred and the authorisation status is unknown