Share via


UIDropInteractionDelegate_Extensions.CanHandleSession Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanHandleSession(this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanHandleSession : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool

Parameters

interaction
UIDropInteraction

The interaction to check.

session
IUIDropSession

The session to query.

Returns

Attributes

Applies to