Method SetNotificationCategories
SetNotificationCategories(IEnumerable<iOSNotificationCategory>)
Set (replace if already set) notification categories. Use this to setup actionable notifications. You can specify actions for each category, which then will be available for each notification with the same category identifier. Categories must be registered before sending notifications.
Declaration
public static void SetNotificationCategories(IEnumerable<iOSNotificationCategory> categories)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<iOSNotificationCategory> | categories | All notification categories for your application |