AudioCommandProperties

data class AudioCommandProperties(val title: String, val iconResId: Int) : Parcelable

Holds properties of an audio command.

Constructors

Link copied to clipboard
fun AudioCommandProperties(title: String, iconResId: Int)

Functions

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

Properties

Link copied to clipboard

The icon used for the command.

Link copied to clipboard

The title used for the command.