OSAndroidBackgroundImageLayout class

(Android Only) This class represents the background image layout used for push notifications that show a background image

Constructors

OSAndroidBackgroundImageLayout(Map<String, dynamic> json)

Properties

bodyTextColor String?
(Android Only) The color of the body text
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
(Android Only) The image URL/filename to show as the background image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextColor String?
(Android Only) The color of the title text
getter/setter pair

Methods

convertToJsonString(Map<String, dynamic>? object) String
inherited
jsonRepresentation() String
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