Contents

AppExtensionPoint.Identifier

The details of an extension point that your app extension supports.

Declaration

struct Identifier

Mentioned in

Overview

When creating a binding in your app extension, use this type to specify the extension point details. When binding to a host app’s extension point, always initialize this type with the host app’s bundle identifier and extension point name.

Topics

Creating an identifier attribute

See Also

Binding to an extension point