Presentation

class Presentation(@StringRes() displayName: Int, @DrawableRes() icon: Int) : Parcelable

Represents a category visual presentation like name and icon. See MAKI icons for common points of interest.

Constructors

Presentation
Link copied to clipboard
fun Presentation(@StringRes() displayName: Int, @DrawableRes() icon: Int)

Functions

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

Properties

displayName
Link copied to clipboard
val displayName: Int
The resource identifier of the string resource to be displayed as category name.
icon
Link copied to clipboard
val icon: Int
The resource identifier of the drawable to be displayed as category icon.