Optional
cleanOptional
consoleWhether to log the message to the console
Optional
escapeWhether to escape the values of format
Optional
formatA mapping of formatting strings passed to Localization#format
Optional
localizeWhether to localize the message content before displaying it
Optional
permanentShould the notification be permanently displayed until dismissed
Optional
progressDoes this Notification include a progress bar?
Whether to clean the provided message string as untrusted user input. No cleaning is applied if
format
is passed andescape
is true orlocalize
is true andformat
is not passed.