A wifi network parameters from a 'WIFI:' or similar QRCode type.
| @interface | FirebaseVisionBarcode.WiFi.EncryptionType | Wifi encryption type constants. | |
| int | TYPE_OPEN | WiFi encryption type. |
| int | TYPE_WEP | |
| int | TYPE_WPA |
| int |
getEncryptionType()
Gets the encryption type of the WIFI.
|
| String |
getPassword()
Gets the password of the WIFI.
|
| String |
getSsid()
Gets the ssid of the WIFI.
|
WiFi encryption type.
Gets the encryption type of the WIFI.
Gets the password of the WIFI.
Gets the ssid of the WIFI.