Skip to content

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

NameSummary
LoadStateLoads the application state from persistent storage.
SaveStateSaves the application state to disk.
InvalidateStateInvalidates the application state (i.e. deletes it from disk).