Packagecom.distriqt.extension.calendar
Classpublic class AuthorisationStatus
InheritanceAuthorisationStatus Inheritance Object



Public Methods
 MethodDefined By
  
Constructor
AuthorisationStatus
Public Constants
 ConstantDefined 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
Constructor Detail
AuthorisationStatus()Constructor
public function AuthorisationStatus()

Constructor

Constant Detail
AUTHORISEDConstant
public static const AUTHORISED:String = authorised

User has authorized this application to access calendar data

DENIEDConstant 
public static const DENIED:String = denied

User has explicitly denied this application access to calendars

NOT_DETERMINEDConstant 
public static const NOT_DETERMINED:String = not_determined

User has not yet made a choice with regards to this application

RESTRICTEDConstant 
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_EXPLAINConstant 
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.

UNKNOWNConstant 
public static const UNKNOWN:String

An error occurred and the authorisation status is unknown