Uses of Class
org.robovm.apple.intentsui.INUIInteractiveBehavior
| Package | Description |
|---|---|
| org.robovm.apple.intentsui |
-
Uses of INUIInteractiveBehavior in org.robovm.apple.intentsui
Methods in org.robovm.apple.intentsui that return INUIInteractiveBehavior Modifier and Type Method Description static INUIInteractiveBehaviorINUIInteractiveBehavior. valueOf(long n)Returns the enum constant of this type with the specified name.static INUIInteractiveBehaviorINUIInteractiveBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static INUIInteractiveBehavior[]INUIInteractiveBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intentsui with parameters of type INUIInteractiveBehavior Modifier and Type Method Description voidINUIHostedViewControlling. configureView(NSSet<INParameter> parameters, INInteraction interaction, INUIInteractiveBehavior interactiveBehavior, INUIHostedViewContext context, VoidBlock3<Boolean,NSSet<INParameter>,CGSize> completion)voidINUIHostedViewControllingAdapter. configureView(NSSet<INParameter> parameters, INInteraction interaction, INUIInteractiveBehavior interactiveBehavior, INUIHostedViewContext context, VoidBlock3<Boolean,NSSet<INParameter>,CGSize> completion)