Constructor iOSNotificationAction
iOSNotificationAction(string, string)
Creates new action.
Declaration
public iOSNotificationAction(string id, string title)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Unique identifier for this action |
| string | title | Title for the action (and button label) |
iOSNotificationAction(string, string, iOSNotificationActionOptions)
Creates new action.
Declaration
public iOSNotificationAction(string id, string title, iOSNotificationActionOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Unique identifier for this action |
| string | title | Title for the action (and button label) |
| iOSNotificationActionOptions | options | Options for the action |