-
@Stable() public final class SeekerStateA state object which can be hoisted to observe the current segment of Seeker. In most cases this will be created by rememberSeekerState
-
-
Field Summary
Fields Modifier and Type Field Description private SegmentcurrentSegment
-
Constructor Summary
Constructors Constructor Description SeekerState()
-
Method Summary
Modifier and Type Method Description final SegmentgetCurrentSegment()The current segment corresponding to the current seeker value. final UnitsetCurrentSegment(Segment currentSegment)The current segment corresponding to the current seeker value. -
-
Method Detail
-
getCurrentSegment
final Segment getCurrentSegment()
The current segment corresponding to the current seeker value.
-
setCurrentSegment
final Unit setCurrentSegment(Segment currentSegment)
The current segment corresponding to the current seeker value.
-
-
-
-