Content

Custom content.

Parameters

imageResId

Custom image drawable resource ID.

title

Custom title.

bodyText

Custom body text formatted as markdown.

message

Custom message with optional icon.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Message(val value: String, val icon: PODrawableImage? = null) : Parcelable

Custom message with optional icon.

Link copied to clipboard
data class Text(val value: String, val alignCenterHorizontally: Boolean = false) : Parcelable

Custom text.

Properties

Link copied to clipboard
val imageResId: Int? = null
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)