Contents

removeFromPreferences(completionHandler:)

Removes the manager’s configuration from the persistent store.

Declaration

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

Parameters

  • completionHandler:

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

See Also

Persisting manager settings