Skip to content

six519/cordova-plugin-simple-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Platform

Android Only

Installation

cordova plugin add https://github.com/six519/cordova-plugin-simple-toast.git

or via npm

cordova plugin add cordova-plugin-simple-toast

Usage

window.simpleToastPlugin.show("hello world", 0, function(e){
    //success callback
}, function(e){
    //error callback
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published