Contents

loadFromPreferences(completionHandler:)

Loads the manager’s saved configuration from the persistent store.

Declaration

func loadFromPreferences(completionHandler: @escaping  @Sendable ((any Error)?) -> Void)
func loadFromPreferences() async throws

Parameters

  • completionHandler:

    A completion block that the framework calls after it loads the configuration. If loading failed, the error parameter indicates the reason for the failure; otherwise, this parameter is nil.

See Also

Persisting manager settings