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

nativescript-in-app-notifications

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-in-app-notifications

In app notifications plugin for NativeScript.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NativeScript In App Notifications plugin

This is a plugin to show in app notifications on iOS, using BSForegroundNotification v3.0-alpha).

Demo

Check out the demo folder for a sample usage.

Angular 2

Usage:

  1. Add the plugin to your project:
tns plugin add nativescript-in-app-notifications
  1. To show a notification call showNotification:
  InAppNotifications.getInstance().showNotification('This is a notification', 'This is the title', () => {
              console.log('tap');
          });

Try the Demo

To try the demo run the following commands:

npm run setup
npm run build.demo
npm run dev.ios

If you change files in the demo project and want to run the app again:

npm run build.demo
npm run dev.ios

Keywords

FAQs

Package last updated on 15 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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