InboxStyleInformation class

Used to pass the content for an Android notification displayed using the inbox style.

Inheritance

Constructors

InboxStyleInformation(List<String> lines, {bool htmlFormatLines = false, String? contentTitle, bool htmlFormatContentTitle = false, String? summaryText, bool htmlFormatSummaryText = false, bool htmlFormatContent = false, bool htmlFormatTitle = false})
Constructs an instance of InboxStyleInformation.
const

Properties

contentTitle String?
Overrides ContentTitle in the big form of the template.
final
hashCode int
The hash code for this object.
no setterinherited
htmlFormatContent bool
Specifies if formatting should be applied to the content through HTML markup.
finalinherited
htmlFormatContentTitle bool
Specifies if the overridden ContentTitle should have formatting applied through HTML markup.
final
htmlFormatLines bool
Specifies if the lines should have formatting applied through HTML markup.
final
htmlFormatSummaryText bool
Specifies if formatting should be applied to the first line of text after the detail section in the big form of the template.
final
htmlFormatTitle bool
Specifies if formatting should be applied to the title through HTML markup.
finalinherited
lines List<String>
The lines that form part of the digest section for inbox-style notifications.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryText String?
Set the first line of text after the detail section in the big form of the template.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited