UIDocumentMenuDelegate
A set of methods that you must implement to track user interactions with a document menu view controller.
Declaration
@MainActor protocol UIDocumentMenuDelegate : NSObjectProtocolOverview
The document menu calls the methods of this protocol when the user selects a document picker or dismisses the menu. If the user selects a document picker, set the picker’s delegate and present it.