parameters
A dictionary of additional parameters to include with the action.
Declaration
var parameters: [AnyHashable : Any] { get set }Discussion
Use this dictionary to specify any behavior-specific data for the action. For example, the UIUserNotificationActionBehaviorTextInput behavior supports the UIUserNotificationTextInputActionButtonTitleKey key, which lets you customize the title of the button displayed by the text input interface.