RecompositionMode

The different recomposition modes of Molecule.

Entries

Link copied to clipboard

When a recomposition is needed, use a MonotonicFrameClock pulled from the calling CoroutineContext to determine when to run. If no clock is found in the context, an exception is thrown.

Link copied to clipboard

Run recomposition eagerly whenever one is needed. Molecule will emit a new item every time the snapshot state is invalidated.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.