reloadExtension(withIdentifier:completionHandler:)
Asynchronously reloads the extension with the specified identifier.
Declaration
func reloadExtension(withIdentifier identifier: String, completionHandler completion: (@Sendable ((any Error)?) -> Void)? = nil)func reloadExtension(withIdentifier identifier: String) async throwsParameters
- identifier:
The identifier for the call extension.
- completion:
A block to be executed when the manager is finished reloading the specified extension.
- error
If an error occurred, an error object indicating how reloading failed, otherwise
nil.