horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
media-audio-ui-model
/
com.google.android.horologist.audio.ui
/
VolumeUiState
Volume
Ui
State
data
class
VolumeUiState
(
val
current
:
Int
=
0
,
val
max
:
Int
=
1
,
val
min
:
Int
=
0
)
A UI state for volume.
Members
Constructors
Volume
Ui
State
Link copied to clipboard
constructor
(
current
:
Int
=
0
,
max
:
Int
=
1
,
min
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
current
Link copied to clipboard
val
current
:
Int
=
0
is
Max
Link copied to clipboard
val
isMax
:
Boolean
is
Min
Link copied to clipboard
val
isMin
:
Boolean
max
Link copied to clipboard
val
max
:
Int
=
1
min
Link copied to clipboard
val
min
:
Int
=
0