Share via


IUIDropInteractionDelegate.CanHandleSession Method

Definition

Returns true if the specified interaction can handle the specified session.

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

Parameters

interaction
UIDropInteraction

The interaction to check.

session
IUIDropSession

The session to query.

Returns

Attributes

Applies to