Method AddActions
AddActions(IEnumerable<iOSNotificationAction>)
Add actions to this category. Actions must be added prior to registering the category.
Declaration
public void AddActions(IEnumerable<iOSNotificationAction> actions)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<iOSNotificationAction> | actions | Actions to add |