Contents

BEDragInteractionDelegate

A protocol for a drag interaction delegate.

Declaration

@MainActor protocol BEDragInteractionDelegate : UIDragInteractionDelegate

Overview

The BEDragInteraction class’s delegate implements this protocol. Use BEDragInteraction to prepare drag interactions asynchronously and add items to drag sessions, for example, when drag support requires JavaScript.

Topics

Participating in drag gestures

See Also

Drag interaction