CodeElement

data class CodeElement(val type: CodeElementType, val itemId: String) : Parcelable

Constructors

Link copied to clipboard
constructor(type: CodeElementType, itemId: String)

Properties

Link copied to clipboard

the id of the generic element

Link copied to clipboard

the type of the element

Inherited functions

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