toggle menu
colibrio-reader-framework
4.0.0-rc-2
androidJvm
switch theme
search in API
colibrio-reader-framework
/
com.colibrio.readingsystem.audio.commands
/
SkipCommand
/
SkipSegment
Skip
Segment
data
class
SkipSegment
(
val
audioCommandProperties
:
AudioCommandProperties
)
:
SkipCommand
Represents a
SkipCommand
which skips the next/previous segment
Members
Constructors
Skip
Segment
Link copied to clipboard
constructor
(
audioCommandProperties
:
AudioCommandProperties
)
Properties
audio
Command
Properties
Link copied to clipboard
val
audioCommandProperties
:
AudioCommandProperties
The command's properties.
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
)