Package org.robovm.apple.uikit
Class UIKeyboardAnimation.AsListMarshaler
java.lang.Object
org.robovm.apple.uikit.UIKeyboardAnimation.AsListMarshaler
- Enclosing class:
- UIKeyboardAnimation
public static class UIKeyboardAnimation.AsListMarshaler extends Object
-
Constructor Summary
Constructors Constructor Description AsListMarshaler() -
Method Summary
Modifier and Type Method Description static longtoNative(List<UIKeyboardAnimation> l, long flags)static List<UIKeyboardAnimation>toObject(Class<? extends NSObject> cls, long handle, long flags)
-
Constructor Details
-
AsListMarshaler
public AsListMarshaler()
-
-
Method Details