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