Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

SaverScope

Scope used in Saver.save.

Source set: Common
public fun interface SaverScope

Scope used in Saver.save.

Functions

canBeSaved

public fun canBeSaved(value: Any): Boolean

What types can be saved is defined by SaveableStateRegistry, by default everything which can be stored in the Bundle class can be saved.

Last updated: