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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.

Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.

Updated Feb 20, 2025

Reach potential customers with online ads.

Updated Feb 20, 2025

Firebase Authentication lets you add an end-to-end identity solution to your app for easy user authentication, sign-in, and onboarding in just a few lines of code.

Updated Feb 21, 2025