RESTART_EVERY

When using RESTART_EVERY, a coroutine will be created every time the lifecycle meets the minimum state, and will be cancelled upon dropping below it. Subsequently meeting the minimum state again will create a new coroutine.

Note that state is not retained when dropping below a minimum state.

See also

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int