diff --git a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h index 7247245..b60cb42 100644 --- a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h +++ b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h @@ -42,6 +42,7 @@ * @param alertObject The origonal alertObject * @param title The title of the alert. * @param message The message of the alert. + * @param pageType The page type used for tracking. * @param actions An array of actions for the alert. * @param alertStyle Popup or action sheet * @param isGreedy Sets up a greedy alert. In other words, any alerts currently shown or queued are dismissed.