assertValidForBoomerangCatcher

fun Lifecycle.Event.assertValidForBoomerangCatcher()(source)

Asserts that the lifecycle event is valid for catching a boomerang. Valid events are ON_START and ON_RESUME.

This function is available on all platforms that support the Lifecycle component (Android, iOS with Compose, Desktop with Compose).

Throws

if the event is not ON_START or ON_RESUME