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',