IStateHandler interface¶
Defined in
Namespace: ReactiveMarbles.Mvvm
Assembly: ReactiveMarbles.Mvvm.dll
Full name: ReactiveMarbles.Mvvm.IStateHandler
Modifiers: public abstract
Summary¶
ISuspensionDriver represents a class that can load/save state to persistent
storage. Most platforms have a basic implementation of this class, but you
probably want to write your own.
Applies to
net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| LoadState | Loads the application state from persistent storage. |
| SaveState | Saves the application state to disk. |
| InvalidateState | Invalidates the application state (i.e. deletes it from disk). |