Uses of Class
org.robovm.apple.uikit.UICollectionViewDropIntent
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UICollectionViewDropIntent in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UICollectionViewDropIntent Modifier and Type Method Description UICollectionViewDropIntentUICollectionViewDropProposal. getIntent()static UICollectionViewDropIntentUICollectionViewDropIntent. valueOf(long n)Returns the enum constant of this type with the specified name.static UICollectionViewDropIntentUICollectionViewDropIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static UICollectionViewDropIntent[]UICollectionViewDropIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UICollectionViewDropIntent Modifier and Type Method Description protected longUICollectionViewDropProposal. init(UIDropOperation operation, UICollectionViewDropIntent intent)Constructors in org.robovm.apple.uikit with parameters of type UICollectionViewDropIntent Constructor Description UICollectionViewDropProposal(UIDropOperation operation, UICollectionViewDropIntent intent)