sportscale-capacitor-community-wifi
v1.0.2
Published
Wifi Plugin for iOS, Android and Electron
Downloads
6
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() => any
Returns: any
stopObserver()
stopObserver() => any
Returns: any
isConnected()
isConnected() => Promise<{ isConnected: boolean | null; }>
Returns: Promise<{ isConnected: boolean | null; }>