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:")]
public virtual bool PrefersFullSizePreviews (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
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

Attributes

Applies to