pushy-react-native
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -97,2 +97,11 @@ // Type definitions for pushy-react-native | ||
* | ||
* Toggle ignoring push permission denial | ||
* | ||
* @param enabled A boolean indicating whether an error should not be thrown when the push permission is denied by the user. | ||
*/ | ||
toggleIgnorePushPermissionDenial(enabled: boolean): void; | ||
/** | ||
* iOS specific. | ||
* | ||
* By default, the SDK will use method swizzling to hook into the iOS AppDelegate's APNs callbacks. | ||
@@ -99,0 +108,0 @@ * You can disable method swizzling by calling this method. |
@@ -65,2 +65,3 @@ import { Platform, AppRegistry, NativeModules, NativeEventEmitter } from 'react-native'; | ||
Pushy.toggleInAppBanner = () => {}; | ||
Pushy.toggleIgnorePushPermissionDenial = () => {}; | ||
} | ||
@@ -67,0 +68,0 @@ |
{ | ||
"name": "pushy-react-native", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "The official Pushy SDK for React Native apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Pushy.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229587
188