IUISpringLoadedInteractionBehavior Interface
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.
Interface for specifying spring-loaded interaction behavior.
[Foundation.Protocol(Name="UISpringLoadedInteractionBehavior", WrapperType=typeof(UIKit.UISpringLoadedInteractionBehaviorWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUISpringLoadedInteractionBehavior : IDisposable, ObjCRuntime.INativeObject
type IUISpringLoadedInteractionBehavior = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
ShouldAllowInteraction(UISpringLoadedInteraction, IUISpringLoadedInteractionContext) |
Returns a Boolean value that tells whether spring-loading should start or continue for the specified |
Extension Methods
InteractionDidFinish(IUISpringLoadedInteractionBehavior, UISpringLoadedInteraction) |
Method that is called when the user cancels or carries out the spring-loaded interaction. |