Skip to content

Commit

Permalink
feat(plugin): add launch navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 6, 2016
1 parent 18df9a5 commit 984e7fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/plugins/launchnavigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 984e7fc

Please sign in to comment.