| Package | com.myflashlab.air.extensions.onesignal |
| Class | public class NotificationPermissionStatus |
| Inheritance | NotificationPermissionStatus Object |
| Method | Defined By | ||
|---|---|---|---|
| NotificationPermissionStatus | |||
| Constant | Defined 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 | ||
| NotificationPermissionStatus | () | Constructor |
public function NotificationPermissionStatus()| AUTHORIZED | Constant |
public static const AUTHORIZED:int = 2The application is authorized to post user notifications.
| DENIED | Constant |
public static const DENIED:int = 1The application is not authorized to post user notifications.
| NOT_DETERMINDED | Constant |
public static const NOT_DETERMINDED:int = 0The user has not yet made a choice regarding whether your app can show notifications.
| PROVISIONAL | Constant |
public static const PROVISIONAL:int = 3the application is only authorized to post Provisional notifications (direct to history)