colibrio-reader-framework
4.0.0-experimental-1
colibrio-reader-framework
/
com.colibrio.readingsystem.audio.commands
/
AudioCommandProperties
Audio
Command
Properties
data
class
AudioCommandProperties
(
val
title
:
String
,
val
iconResId
:
Int
)
:
Parcelable
Holds properties of an audio command.
Constructors
Functions
Properties
Constructors
Audio
Command
Properties
Link copied to clipboard
fun
AudioCommandProperties
(
title
:
String
,
iconResId
:
Int
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
icon
Res
Id
Link copied to clipboard
val
iconResId
:
Int
The icon used for the command.
title
Link copied to clipboard
val
title
:
String
The title used for the command.