Contents

removeAppExtensionPoint(_:)

Removes the specified extension point and stops tracking the associated app extensions.

Declaration

final func removeAppExtensionPoint(_ appExtensionPoint: AppExtensionPoint) async throws

Parameters

  • appExtensionPoint:

    An extension point that you define in your host app. If the monitor isn’t currently monitoring the extension point, calling this method has no impact.

Discussion

This method updates the state of the monitor, removing the specified extension point from the list of those it’s tracking. Removing an extension point causes the monitor to update the identities property as needed.

See Also

Adding and removing extension points