Share via


UIDropInteractionDelegate.SessionDidEnd Method

Definition

Method that is called to allow the developer to release all resources for the completed drop session.

[Foundation.Export("dropInteraction:sessionDidEnd:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SessionDidEnd(UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
[<Foundation.Export("dropInteraction:sessionDidEnd:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that ended.

Implements

Attributes

Applies to