IUISpringLoadedInteractionBehavior.ShouldAllowInteraction 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.
Returns a Boolean value that tells whether spring-loading should start or continue for the specified context
.
[Foundation.Export("shouldAllowInteraction:withContext:")]
[Foundation.Preserve(Conditional=true)]
public bool ShouldAllowInteraction (UIKit.UISpringLoadedInteraction interaction, UIKit.IUISpringLoadedInteractionContext context);
abstract member ShouldAllowInteraction : UIKit.UISpringLoadedInteraction * UIKit.IUISpringLoadedInteractionContext -> bool
Parameters
- interaction
- UISpringLoadedInteraction
The interaction to check.
The context to query.
Returns
- Attributes