0.0.3 • Published 7 months ago

capacitor-networkinterface v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

capacitor-networkinterface

a

Install

npm install capacitor-networkinterface
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
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; }>


0.0.3

7 months ago

0.0.1

7 months ago