From 0105a5d45000c167a9d8435fde7a8dc988048aab Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Tue, 30 Oct 2018 14:25:53 -0400 Subject: [PATCH] remove pageType in document --- MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h index b60cb42..7247245 100644 --- a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h +++ b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h @@ -42,7 +42,6 @@ * @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.