We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e289204 commit 37a9c3dCopy full SHA for 37a9c3d
src/index.d.ts
@@ -121,7 +121,7 @@ declare module 'react-native-onesignal' {
121
isPushDisabled : boolean;
122
isEmailSubscribed : boolean;
123
isSMSSubscribed : boolean;
124
- hasNotificationPermission ?: boolean; // ios only
+ hasNotificationPermission ?: boolean; // is areNotificationsEnabled on android
125
notificationPermissionStatus ?: IosPermissionStatus; // ios only
126
// areNotificationsEnabled (android) not included since it is converted to hasNotificationPermission in bridge
127
}
0 commit comments