IUISpringLoadedInteractionEffect Interface

Definition

Interface for applying state-based visual styles to spring-loaded interations.

[Foundation.Protocol(Name="UISpringLoadedInteractionEffect", WrapperType=typeof(UIKit.UISpringLoadedInteractionEffectWrapper))]
[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 IUISpringLoadedInteractionEffect : IDisposable, ObjCRuntime.INativeObject
type IUISpringLoadedInteractionEffect = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DidChange(UISpringLoadedInteraction, IUISpringLoadedInteractionContext)

Method that is called when the interaction state changes.

Applies to