FirebaseVisionBarcode.WiFi

public static class FirebaseVisionBarcode.WiFi extends Object

A wifi network parameters from a 'WIFI:' or similar QRCode type.

Nested Class Summary

@interface FirebaseVisionBarcode.WiFi.EncryptionType Wifi encryption type constants. 

Constant Summary

int TYPE_OPEN WiFi encryption type.
int TYPE_WEP
int TYPE_WPA

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.

Constant Value: 1

public static final int TYPE_WEP

Constant Value: 3

public static final int TYPE_WPA

Constant Value: 2

Public Methods

public int getEncryptionType ()

Gets the encryption type of the WIFI.

See all FirebaseVisionBarcode.WiFi.EncryptionType.

public String getPassword ()

Gets the password of the WIFI.

public String getSsid ()

Gets the ssid of the WIFI.