PreferenceCenterContentPhase
public enum PreferenceCenterContentPhase : Sendable
Preference center content phase
-
The view is loading
Declaration
Swift
case loading -
The view failed to load the config
Declaration
Swift
case error(any Error) -
The view is loaded with the state
Declaration
Swift
case loaded(PreferenceCenterState)
View on GitHub