docs(webintent): add docs

This commit is contained in:
Ibrahim Hadeed 2016-06-11 10:37:00 -04:00
parent 9e3a866ba3
commit c620e18491

View File

@ -1,9 +1,16 @@
import {Cordova, CordovaProperty, Plugin} from './plugin';
declare var window;
/**
* @name WebIntent
* @description
* @usage
* For usage information please refer to the plugin's Github repo.
*/
@Plugin({
plugin: 'https://github.com/Initsogar/cordova-webintent.git',
pluginRef: 'window.plugins.webintent',
repo: 'https://github.com/Initsogar/cordova-webintent.git'
repo: 'https://github.com/Initsogar/cordova-webintent.git',
platforms: ['Android']
})
export class WebIntent {