module documentation
About - Display device information.
| Function | run |
Run the app and handle scrolling input. |
| Function | start |
Start the app and show the about text. |
| Function | stop |
Stop the app and clean up. |
| Variable | _about |
Undocumented |
Run the app and handle scrolling input.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and show the about text.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started. |
Stop the app and clean up.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |