activate(completionHandler:)
Prepares the manager for use.
Declaration
func activate(completionHandler: @escaping @Sendable ((any Error)?) -> Void)func activate() async throwsParameters
- completionHandler:
The completion handler that the framework calls when activation completes.
Discussion
Properties may not be usable until the completion handler reports success.