ModelLifeCycle

A structure describing the current state of the model in its life cycle.

Types

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

Properties

Link copied to clipboard

The current stage in the model life cycle.

Link copied to clipboard

Describes the stage related details.

Link copied to clipboard

The current status of a stage in model life cycle.

Functions

Link copied to clipboard
inline fun copy(block: ModelLifeCycle.Builder.() -> Unit = {}): ModelLifeCycle
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