|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
AppUserDriverDelegate — implements the SPUStandardUserDriverDelegate protocol for gentle scheduled update reminders. More...
AppUserDriverDelegate — implements the SPUStandardUserDriverDelegate protocol for gentle scheduled update reminders.
Instead of immediately showing a modal update dialog for background checks, Sparkle calls these delegate methods so the application can display a non-intrusive hint (badge, toolbar button, sidebar item, etc.) and let the user decide when to engage.
See https://sparkle-project.org/documentation/gentle-reminders/
In C++ terms this class implements a multi-method interface whose callbacks are forwarded to plain C function pointers registered via SparkleBridge::setGentleReminderCallbacks().