Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oracle/react-native-pushiomanager

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oracle/react-native-pushiomanager - npm Package Compare versions

Comparing version 6.51.0 to 6.52.0

iOS.Example.md

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') {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc