module documentation
WiFi Password - Enter a WiFi password.
| Function | run |
Run the app and handle keyboard input. |
| Function | start |
Start the app and open the password keyboard. |
| Function | stop |
Stop the app and reset state. |
| Function | __callback |
Callback for when the Password is saved. |
| Variable | _back |
Undocumented |
| Variable | _keyboard |
Undocumented |
| Variable | _password |
Undocumented |
| Variable | _password |
Undocumented |
Run the app and handle keyboard input.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and open the password keyboard.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the keyboard started, False on failure. |
Stop the app and reset state.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |