Package | com.distriqt.extension.calendar |
Class | public class AuthorisationStatus |
Inheritance | AuthorisationStatus Object |
Method | Defined By | ||
---|---|---|---|
Constructor
| AuthorisationStatus |
Constant | Defined By | ||
---|---|---|---|
AUTHORISED : String = authorised [static]
User has authorized this application to access calendar data
| AuthorisationStatus | ||
DENIED : String = denied [static]
User has explicitly denied this application access to calendars
| 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 calendars. | 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 |
AuthorisationStatus | () | Constructor |
public function AuthorisationStatus()
Constructor
AUTHORISED | Constant |
public static const AUTHORISED:String = authorised
User has authorized this application to access calendar data
DENIED | Constant |
public static const DENIED:String = denied
User has explicitly denied this application access to calendars
NOT_DETERMINED | Constant |
public static const NOT_DETERMINED:String = not_determined
User has not yet made a choice with regards to this application
RESTRICTED | Constant |
public static const RESTRICTED:String = restricted
This application is not authorized to access calendars. 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:String
An error occurred and the authorisation status is unknown