Contents

delegate

A custom delegate object you use to receive notifications about the activation and deactivation of the app extension.

Declaration

weak var delegate: (any EXHostViewControllerDelegate)? { get set }

See Also

Responding to activation and deactivation events