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 6fcee27 commit 5360a5cCopy full SHA for 5360a5c
src/index.d.ts
@@ -115,9 +115,12 @@ declare module 'react-native-onesignal' {
115
pushToken : string;
116
emailUserId : string;
117
emailAddress : string;
118
+ smsUserId : string;
119
+ smsNumber : string;
120
isSubscribed : boolean;
121
isPushDisabled : boolean;
122
isEmailSubscribed : boolean;
123
+ isSMSSubscribed : boolean;
124
hasNotificationPermission ?: boolean; // ios only
125
notificationPermissionStatus ?: IosPermissionStatus; // ios only
126
// areNotificationsEnabled (android) not included since it is converted to hasNotificationPermission in bridge
0 commit comments