[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `Barcode.WiFi` class extracts WiFi network parameters from a 'WIFI:' type QRCode. It defines constants for encryption types: `TYPE_OPEN` (1), `TYPE_WEP` (3), and `TYPE_WPA` (2). Key actions include retrieving the WiFi's encryption type via `getEncryptionType()`, password via `getPassword()`, and SSID via `getSsid()`. `getPassword()` and `getSsid()` will return `null` if they are not available. The `Barcode.WiFi.EncryptionType` nested interface defines wifi encryption type constants.\n"]]