@oracle/react-native-pushiomanager
Advanced tools
Comparing version 6.51.0 to 6.52.0
24
index.js
@@ -1135,2 +1135,26 @@ /* | ||
static setInAppMessageBannerHeight(height, callback) { | ||
if (typeof height != 'number') { | ||
console.log("Banner height should be a Number type"); | ||
return; | ||
} | ||
RCTPushIOManager.setInAppMessageBannerHeight(height, callback); | ||
} | ||
static getInAppMessageBannerHeight(callback) { | ||
RCTPushIOManager.getInAppMessageBannerHeight(callback); | ||
} | ||
static setStatusBarHiddenForIAMBannerInterstitial(hideStatusBar) { | ||
RCTPushIOManager.setStatusBarHiddenForIAMBannerInterstitial(hideStatusBar) | ||
} | ||
static isStatusBarHiddenForIAMBannerInterstitial(callback) { | ||
RCTPushIOManager.isStatusBarHiddenForIAMBannerInterstitial(callback); | ||
} | ||
static addMessageCenterUpdateListener(callback) { | ||
RCTPushIOEventEmitter.addListener('PIOMessageCenterUpdateNotification', callback); | ||
} | ||
static setNotificationSmallIcon(resourceName) { | ||
@@ -1137,0 +1161,0 @@ if (Platform.OS === 'android') { |
{ | ||
"name": "@oracle/react-native-pushiomanager", | ||
"version": "6.51.0", | ||
"version": "6.52.0", | ||
"description": "React Native Module for Responsys Mobile SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ # React Native Module for Responsys SDK | ||
- Download the `pushio_config.json` file generated from your credentials. | ||
- ***Important:*** Copy `PushIOManager.framework` and place it in the plugin `YOUR_APP_DIR/ios/framework/` folder **before adding plugin to project**. | ||
- ***Important:*** Copy `PushIOManager.framework` and place it in `YOUR_APP_DIR/ios/framework/` folder **before adding plugin to project**. | ||
@@ -77,3 +77,3 @@ | ||
configurations.maybeCreate("default") | ||
artifacts.add("default", file('PushIOManager-6.51.aar') | ||
artifacts.add("default", file('PushIOManager-6.52.aar')) | ||
``` | ||
@@ -80,0 +80,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1103254
33
1009