New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-toast

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-toast

A NativeScript Toast Plugin for Android.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

NativeScript Toast Plugin

A NativeScript Toast Plugin for Android apps.

Installation

Run the following command from the root of your project:

$ tns plugin add nativescript-toast

Usage

var Toast = require("nativescript-toast");

// ...

var toast = Toast.makeText("Hello World");
toast.show();

It is also possible to chain the methods.

Toast.makeText("Hello World").show();

Pass "long" to the makeText function to show the toast a bit longer.

Toast.makeText("Hello World", "long").show();

Keywords

FAQs

Package last updated on 30 Jul 2015

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