InfoIcon

data class InfoIcon(val name: String, val i18n: String? = null, val icon: String? = null, val color: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(name: String, i18n: String? = null, icon: String? = null, color: String? = null)

Properties

Link copied to clipboard
val color: String? = null
Link copied to clipboard
val i18n: String? = null
Link copied to clipboard
val icon: String? = null
Link copied to clipboard

Inherited functions

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