struct Core::Portable::IAlertCompletionHandler

#include <corealertbox.h>

struct IAlertCompletionHandler
{
    // methods

    virtual void onAlertCompleted(AlertID alertId, int result) = 0;
};