UIDragInteractionDelegate_Extensions.PrefersFullSizePreviews Method

Definition

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

public static bool PrefersFullSizePreviews (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
static member PrefersFullSizePreviews : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session to query.

Returns

Applies to