mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
yea toast
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
var util_1 = require('../util');
|
||||
var PLUGIN_REF = 'plugins.toast';
|
||||
exports.Toast = {
|
||||
// Metadata
|
||||
name: 'Toast',
|
||||
plugin: 'cordova-plugin-x-toast',
|
||||
// Methods
|
||||
showWithOptions: util_1.wrap(PLUGIN_REF, 'showWithOptions', 1, 2),
|
||||
hide: util_1.promisify(PLUGIN_REF, 'hide', 0, 1),
|
||||
};
|
||||
Reference in New Issue
Block a user