OnExitLifecycle

When exiting this state, perform these actions if the specified condition is TRUE.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the actions that are performed when the state is exited and the condition is TRUE.

Functions

Link copied to clipboard
inline fun copy(block: OnExitLifecycle.Builder.() -> Unit = {}): OnExitLifecycle
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String