Initialized

An Active State indicating observation has started and initialization has completed

Inheritors

Properties

Link copied to clipboard
abstract val deinitialized: suspend () -> LocationState.Deinitialized

Transitions into a Deinitialized State

Link copied to clipboard
abstract val location: Location

The Location during this state

Functions

Link copied to clipboard
open fun <S : KalugaState> remain(): suspend () -> S