mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
WIP
This commit is contained in:
parent
f13b31f074
commit
f348f95e56
@ -26,6 +26,8 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
|||||||
* alert('Error: ' + reject);
|
* alert('Error: ' + reject);
|
||||||
* }
|
* }
|
||||||
* );
|
* );
|
||||||
|
*
|
||||||
|
* this.clipboard.clear();
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
@ -57,4 +59,11 @@ export class Clipboard extends IonicNativePlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Clear the text stored in clipboard
|
||||||
|
* @returns {Promise<any>} Returns a promise after the text has been cleaned
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
clear(): Promise<any> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name google-nearby
|
* @name Google Nearby
|
||||||
* @description
|
* @description
|
||||||
* This plugin adds support for the Google Nearby Messages API.
|
* This plugin adds support for the Google Nearby Messages API.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user