Options

data class Options(val usesCustomClose: Boolean? = null, val body: String? = null, val closeAfter: UInt? = null, val closeButtonAfter: UInt? = null, val countdownColor: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(usesCustomClose: Boolean? = null, body: String? = null, closeAfter: UInt? = null, closeButtonAfter: UInt? = null, countdownColor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String? = null
Link copied to clipboard
val closeAfter: UInt? = null
Link copied to clipboard
val closeButtonAfter: UInt? = null
Link copied to clipboard
val countdownColor: String? = 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)