OptionalclickOptional command to run if users click on the label in the notification. The command will be sent one argument:
The command handler should have the type signature NotificationClickCommandHandler.
OptionalclickOptional label for users to click when the notification shows.
Automatically localized if this is a LocalizeKey.
OptionaldurationOptional duration in milliseconds for how long the notification is displayed. To make the
notification show indefinitely, specify a duration of 0 or less.
When omitted, duration is computed from message length (minimum 10 seconds, maximum 35 seconds).
Text to display to the user.
Automatically localized if this is a LocalizeKey.
OptionalnotificationOptional ID of a previous notification to update instead of showing a new notification
Severity of the notification
Data needed to display a notification to the user