loadFromPreferences(completionHandler:)
Loads the manager’s saved configuration from the persistent store.
Declaration
func loadFromPreferences(completionHandler: @escaping @Sendable ((any Error)?) -> Void)func loadFromPreferences() async throwsParameters
- completionHandler:
A completion block that the framework calls after it loads the configuration. If loading failed, the
errorparameter indicates the reason for the failure; otherwise, this parameter isnil.