Package org.robovm.apple.uikit
Interface UISpringLoadedInteractionBehavior
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UISpringLoadedInteractionBehaviorAdapter
public interface UISpringLoadedInteractionBehavior extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidinteractionDidFinish(UISpringLoadedInteraction interaction)booleanshouldAllowInteraction(UISpringLoadedInteraction interaction, UISpringLoadedInteractionContext context)
-
Method Details
-
shouldAllowInteraction
boolean shouldAllowInteraction(UISpringLoadedInteraction interaction, UISpringLoadedInteractionContext context) -
interactionDidFinish
-