RetainedStateRegistry

Types

Link copied to clipboard
interface Entry

Functions

Link copied to clipboard
abstract fun consumeValue(key: String): Any?
Link copied to clipboard
abstract fun forgetUnclaimedValues()
Link copied to clipboard
abstract fun forgetValue(key: String)
Link copied to clipboard
abstract fun registerValue(key: String, valueProvider: () -> Any?): RetainedStateRegistry.Entry
Link copied to clipboard
abstract fun saveAll()