class var coalescedDescriptionFormat : String?
The format string to display when multiple notifications of the same type arrive simultaneously. If you specify a custom string, you can use the %d variable to reflect the number of notifications. If
nil
format will be the system default.class var isInteractive : Bool
If the notification should accept user input.
class var sashColor : Color?
Color to use within the sash of the long look interface. If
nil
the sash will be the default system color.class var subtitleColor : Color?
The color to apply to the subtitle text displayed in the short look interface. If
nil
the text will be the default system color.class var titleColor : Color?
The color to apply to the text displayed in the sash. If
nil
the text will be the default system color.