1.0.2 • Published 1 year ago
sportscale-capacitor-community-wifi v1.0.2
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; }>