0.0.6 • Published 1 year ago
cap-plugin-webtoandroid v0.0.6
cap-plugin-webtoandroid
cap-plugin-webtoandroid
Install
npm install cap-plugin-webtoandroid
npx cap sync
API
Interfaces
RequestProxyProps
Prop | Type |
---|---|
url | string |
method | 'GET' | 'POST' | 'DELETE' | 'PUT' |
data | Record<string, any> |
PluginListenerHandle
Prop | Type |
---|---|
remove | () => Promise<void> |
Type Aliases
Record
Construct a type with a set of properties K of type T
{
}
ListenerCallback
(err: any, ...args: any[]): void