sportscale-capacitor-community-wifi
v1.0.2
Published
Wifi Plugin for iOS, Android and Electron
Readme
API
connect(...)
connect(options: { ssid: string; password?: string; joinOnce?: boolean; isHiddenSsid?: boolean; }) => Promise<{ ssid: string | null; }>| Param | Type |
| ------------- | --------------------------------------------------------------------------------------------- |
| options | { ssid: string; password?: string; joinOnce?: boolean; isHiddenSsid?: boolean; } |
Returns: Promise<{ ssid: string | null; }>
disconnect()
disconnect() => Promise<void>startObserver()
startObserver() => anyReturns: any
stopObserver()
stopObserver() => anyReturns: any
isConnected()
isConnected() => Promise<{ isConnected: boolean | null; }>Returns: Promise<{ isConnected: boolean | null; }>
