A wifi network parameters from a 'WIFI:' or similar QRCode type.
Nested Class Summary
@interface | FirebaseVisionBarcode.WiFi.EncryptionType | Wifi encryption type constants. |
Constant Summary
Public Method Summary
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.
|
Inherited Method Summary
Constants
public static final int TYPE_OPEN
WiFi encryption type.
public static final int TYPE_WEP
public static final int TYPE_WPA
Public Methods
public int getEncryptionType ()
Gets the encryption type of the WIFI.
public String getPassword ()
Gets the password of the WIFI.
public String getSsid ()
Gets the ssid of the WIFI.