mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
add notes
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
// Notes:
|
||||
// - The way I'm listening to events might not work. Might need to switch
|
||||
// - I'm assuming that the sub objects do need a constructor, so I'm using the constructor for other purposes
|
||||
/**
|
||||
* ----- IMPORTANT NOTES -----
|
||||
*
|
||||
* - The current event listeners might not work. They might need an alternative implementation.
|
||||
* - Constructors of the "sub-objects" are not meant to be used. They are for ionic-native developer only.
|
||||
* - The plugin isn't fully tested and documented yet. Use at your own risk, and don't hesitate to ask questions.
|
||||
*
|
||||
* ---------------------------
|
||||
*/
|
||||
|
||||
import {Cordova, Plugin} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
|
||||
Reference in New Issue
Block a user