mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
feat(plugin): add launch navigator
https://github.com/driftyco/ionic-native/issues/18
This commit is contained in:
parent
18df9a5aeb
commit
984e7fc9d1
@ -56,9 +56,11 @@ export interface launchNavigatorOptions {
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* Badge.set(10);
|
||||
* Badge.increase();
|
||||
* Badge.clear();
|
||||
* LaunchNavigator.navigate("Toronto, ON", "London, ON")
|
||||
* .then(
|
||||
* success => console.log("Launched navigator"),
|
||||
* error => console.log("Error launching navigator", error)
|
||||
* );
|
||||
* ```
|
||||
*/
|
||||
@Plugin({
|
||||
|
Loading…
Reference in New Issue
Block a user