init(host:name:)
Creates an identifier for binding to a host app’s extension point.
Declaration
init(host bundleIdentifier: StaticString, name: StaticString)Parameters
- name:
The name of the host app’s extension point. This name must match the value in the Name portion of an extension point definition.