cap-plugin-webtoandroid
v0.0.6
Published
cap-plugin-webtoandroid
Downloads
46
Readme
cap-plugin-webtoandroid
cap-plugin-webtoandroid
Install
npm install cap-plugin-webtoandroid
npx cap syncAPI
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
{ [P in K]: T; }
ListenerCallback
(err: any, ...args: any[]): void
