-
@Deprecated(message = This is not applicable for Android 12+) public final class BackgroundImageLayout
Background image layout information for a INotification.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringimageprivate final StringtitleTextColorprivate final StringbodyTextColor
-
Constructor Summary
Constructors Constructor Description BackgroundImageLayout(String image, String titleTextColor, String bodyTextColor)
-
Method Summary
Modifier and Type Method Description final StringgetImage()The asset file, android resource name, or URL to remote image. final StringgetTitleTextColor()The title text color. final StringgetBodyTextColor()The body text color. -
-
Method Detail
-
getTitleTextColor
final String getTitleTextColor()
The title text color.
-
getBodyTextColor
final String getBodyTextColor()
The body text color.
-
-
-
-