categories
The app’s registered groups of actions.
Declaration
var categories: Set<UIUserNotificationCategory>? { get }Discussion
This property contains the UIUserNotificationCategory objects that you specified when creating the settings object. Each object corresponds to a group of actions that may be displayed in conjunction with a push notification. After registration, this property contains the set of actions you specified in your initial request.