From 2160a2d9e8ee38eb6d53898459ae9f711bacb297 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 11 Aug 2016 07:42:10 -0400 Subject: [PATCH] docs(): add missing docs --- src/plugins/webintent.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plugins/webintent.ts b/src/plugins/webintent.ts index 8c6423942..a5b4b95d8 100644 --- a/src/plugins/webintent.ts +++ b/src/plugins/webintent.ts @@ -8,6 +8,13 @@ declare var window; * @description * @usage * For usage information please refer to the plugin's Github repo. + * + * ```typescript + * import {WebIntent} from 'ionic-native'; + * + * WebIntent.startActivity(options).then(onSuccess, onError); + * + * ``` */ @Plugin({ plugin: 'https://github.com/Initsogar/cordova-webintent.git',