MediaStyleInformation class

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

When used, the bitmap given to AndroidNotificationDetails.largeIcon will be treated as album artwork.

Inheritance

Constructors

MediaStyleInformation({bool htmlFormatContent = false, bool htmlFormatTitle = false})
Constructs an instance of MediaStyleInformation.
const

Properties

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
htmlFormatTitle bool
Specifies if formatting should be applied to the title through HTML markup.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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