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



Public Constants
 ConstantDefined By
  ALWAYS : String = always
[static] iOS only: User has authorized use only when the app is in the foreground
AuthorisationStatus
  AUTHORISED : String = authorised
[static] User has authorized this application
AuthorisationStatus
  DENIED : String = denied
[static] User has explicitly denied this application access to photos data
AuthorisationStatus
  IN_USE : String = in_use
[static] iOS only: User has authorized background 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 photo 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
Constant Detail
ALWAYSConstant
public static const ALWAYS:String = always

iOS only: User has authorized use only when the app is in the foreground

AUTHORISEDConstant 
public static const AUTHORISED:String = authorised

User has authorized this application

DENIEDConstant 
public static const DENIED:String = denied

User has explicitly denied this application access to photos data

IN_USEConstant 
public static const IN_USE:String = in_use

iOS only: User has authorized background use

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 photo data. 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