CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
ConfirmView.h File Reference
#include "cdc_ui/IView.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  cdc::ui::ConfirmView

Namespaces

namespace  cdc
namespace  cdc::ui
 Centralized key-code constants for cdc_views.

Functions

void cdc::ui::showConfirm (const char *message, ConfirmView::ConfirmCallback onConfirm, ConfirmView::CancelCallback onCancel, ConfirmView::Icon icon, void *userData)
 Shows a shared modal confirmation dialog instance.
void cdc::ui::askConfirm (const char *message, ConfirmView::ConfirmCallback onYes, void *userData=nullptr)