delegate
The delegate you want to receive document interaction notifications.
Declaration
weak var delegate: (any UIDocumentInteractionControllerDelegate)? { get set }Discussion
You can implement a delegate object to track user interactions with menu items displayed by the document interaction controller. For more information, see UIDocumentInteractionControllerDelegate.
The default value of this property is nil.