Contents
#include <corealertbox.h> struct IAlertCompletionHandler { // methods virtual void onAlertCompleted(AlertID alertId, int result) = 0; };