NoOpSavedStateDelegate

A no-op implementation used on platforms where process death recovery is not required (e.g., iOS, Desktop).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun clear(key: String)

Clears a persisted state value.

Link copied to clipboard
open override fun restoreState(key: String): String?

Retrieves a persisted state value.

Link copied to clipboard
open override fun saveState(key: String, value: String)

Persists a state value.