OptionalcleanOptionalconsoleWhether to log the message to the console
OptionalescapeWhether to escape the values of format
OptionalformatA mapping of formatting strings passed to Localization#format
OptionallocalizeWhether to localize the message content before displaying it
OptionalpermanentShould the notification be permanently displayed until dismissed
OptionalprogressDoes this Notification include a progress bar?
Whether to clean the provided message string as untrusted user input. No cleaning is applied if
formatis passed andescapeis true orlocalizeis true andformatis not passed.