capacitor-networkinterface
v0.0.3
Published
Plugin to show information about devices network
Readme
capacitor-networkinterface
a
Install
npm install capacitor-networkinterface
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getWiFiIPAddress()
getWiFiIPAddress() => Promise<{ value: string; }>Returns: Promise<{ value: string; }>
requestPermission()
requestPermission() => Promise<{ receive: string; }>Returns: Promise<{ receive: string; }>
checkPermissions()
checkPermissions() => Promise<{ status: string; }>Returns: Promise<{ status: string; }>
