#include <SecuredMenuPopup.h>
Public Member Functions | |
SecuredMenuPopup (AuthenticationManager *authentication) | |
MenuItem * | getItemToActivate () |
MenuItem * | start (SubMenuItem *securedMenu) |
MenuItem * | getRootItem () |
bool | doesPinMatch () |
Secured menu popup is a detatched menu that is never presented remotely, it allows for secured menus that can only be edited on the device after entering a pin. It has a pin entry area, the ability to proceed (if the pin is correct) and the ability to go back to the main menu.