new CategoryIDs() → {Object}
This class represents the category IDs that will be used with requests to show the speedDIAL catalog.
Returns:
Public API's to add catalog IDs.
- Type
- Object
Methods
-
<static> addCategoryID(Category)
-
Add a category ID to be displayed in speedDIAL.
Parameters:
Name Type Description Category
String ID CategoryID to add.
-
<static> getCategoryIDs() → {Array}
-
Get the array of category IDs to be displayed in speedDIAL.
Returns:
Array of Category IDs Array of CategoryIDs.
- Type
- Array