setLifecycleEventsEnabled

suspend fun setLifecycleEventsEnabled(args: Page.SetLifecycleEventsEnabledParameter, mode: CommandMode = CommandMode.DEFAULT)

Controls whether page will emit lifecycle events.


suspend fun setLifecycleEventsEnabled(enabled: Boolean)

Controls whether page will emit lifecycle events.

Parameters

enabled

If true, starts emitting lifecycle events.