UIDragInteractionDelegate.PrefersFullSizePreviews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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