Packagecom.myflashlab.air.extensions.onesignal
Classpublic class NotificationPermissionStatus
InheritanceNotificationPermissionStatus Inheritance Object



Public Methods
 MethodDefined By
  
NotificationPermissionStatus
Public Constants
 ConstantDefined By
  AUTHORIZED : int = 2
[static] The application is authorized to post user notifications.
NotificationPermissionStatus
  DENIED : int = 1
[static] The application is not authorized to post user notifications.
NotificationPermissionStatus
  NOT_DETERMINDED : int = 0
[static] The user has not yet made a choice regarding whether your app can show notifications.
NotificationPermissionStatus
  PROVISIONAL : int = 3
[static] the application is only authorized to post Provisional notifications (direct to history)
NotificationPermissionStatus
Constructor Detail
NotificationPermissionStatus()Constructor
public function NotificationPermissionStatus()



Constant Detail
AUTHORIZEDConstant
public static const AUTHORIZED:int = 2

The application is authorized to post user notifications.

DENIEDConstant 
public static const DENIED:int = 1

The application is not authorized to post user notifications.

NOT_DETERMINDEDConstant 
public static const NOT_DETERMINDED:int = 0

The user has not yet made a choice regarding whether your app can show notifications.

PROVISIONALConstant 
public static const PROVISIONAL:int = 3

the application is only authorized to post Provisional notifications (direct to history)