Contents

activate(completionHandler:)

Prepares the manager for use.

Declaration

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

Parameters

  • completionHandler:

    The completion handler that the framework calls when activation completes.

Discussion

Properties may not be usable until the completion handler reports success.

See Also

Activating the Manager