Compartir a través de


UIDropInteractionDelegate.CanHandleSession Método

Definición

Devuelve true si el especificado interaction puede controlar el especificado session.

[Foundation.Export("dropInteraction:canHandleSession:")]
public virtual bool CanHandleSession (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member CanHandleSession : UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool
override this.CanHandleSession : UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool

Parámetros

interaction
UIDropInteraction

Interacción que se va a comprobar.

session
IUIDropSession

Sesión que se va a consultar.

Devoluciones

Atributos

Se aplica a