Share via


UIDragInteractionDelegate.PrefersFullSizePreviews Method

Definition

Method that is called to find out whether the application prefers full size previews in the source view.

[Foundation.Export("dragInteraction:prefersFullSizePreviewsForSession:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PrefersFullSizePreviews(UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
[<Foundation.Export("dragInteraction:prefersFullSizePreviewsForSession:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrefersFullSizePreviews : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool
override this.PrefersFullSizePreviews : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session to query.

Returns

Implements

Attributes

Applies to