CategorySelectionDelegate
public protocol CategorySelectionDelegate
Delegate that gets called back when a category is selected
-
Callback for category selection.
Declaration
Swift
func selectedCategory(category: MNCategory)Parameters
categoryThe selected category
CategorySelectionDelegate Protocol Reference