BEDragInteraction
An interaction that enables your app to asynchronously provide drag items.
Declaration
@MainActor class BEDragInteractionOverview
This class is a subclass of UIDragInteraction that adds asynchronous support for drag interaction. If you don’t need to interact with drag operations asynchronously, use UIDragInteraction instead.
To support UI element drag interaction in your browser app asynchronously, create an instance of this class and attach it to the source view.
Set the isntance’s delegate to an object that conforms to BEDragInteractionDelegate, and implement prepartions in the delegate for the UIDragSession. The system requests drag items from your delegate by calling the delegate’s dragInteraction(_:itemsForBeginning:) method.