remove pageType in document

This commit is contained in:
Chris Yang 2018-10-30 14:25:53 -04:00
parent 05561e9cbf
commit 0105a5d450

View File

@ -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.