Contents

parameters

A dictionary of additional parameters to include with the action.

Declaration

var parameters: [AnyHashable : Any] { get }

Discussion

Use this dictionary to specify any behavior-specific data for the action. For example, the UIUserNotificationActionBehavior.textInput behavior supports the UIUserNotificationTextInputActionButtonTitleKey key, which lets you customize the title of the button displayed by the text input interface.

See Also

Getting the action’s configuration