Orbit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Orbit
orbit-runtime
/
com.aman.orbit.runtime.retained
/
RetainedStateRegistry
Retained
State
Registry
interface
RetainedStateRegistry
Inheritors
NoOpRetainedStateRegistry
Members
Types
Entry
Link copied to clipboard
interface
Entry
Functions
consume
Value
Link copied to clipboard
abstract
fun
consumeValue
(
key
:
String
)
:
Any
?
forget
Unclaimed
Values
Link copied to clipboard
abstract
fun
forgetUnclaimedValues
(
)
forget
Value
Link copied to clipboard
abstract
fun
forgetValue
(
key
:
String
)
register
Value
Link copied to clipboard
abstract
fun
registerValue
(
key
:
String
,
valueProvider
:
(
)
->
Any
?
)
:
RetainedStateRegistry.Entry
save
All
Link copied to clipboard
abstract
fun
saveAll
(
)