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