mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-21 12:37:23 +08:00
docs(webintent): add docs
This commit is contained in:
parent
9e3a866ba3
commit
c620e18491
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user