Uses of Class
org.robovm.apple.photos.PHImageRequestOptionsDeliveryMode
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHImageRequestOptionsDeliveryMode in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return PHImageRequestOptionsDeliveryMode Modifier and Type Method Description PHImageRequestOptionsDeliveryModePHImageRequestOptions. getDeliveryMode()PHImageRequestOptionsDeliveryModePHLivePhotoRequestOptions. getDeliveryMode()static PHImageRequestOptionsDeliveryModePHImageRequestOptionsDeliveryMode. valueOf(long n)Returns the enum constant of this type with the specified name.static PHImageRequestOptionsDeliveryModePHImageRequestOptionsDeliveryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PHImageRequestOptionsDeliveryMode[]PHImageRequestOptionsDeliveryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.photos with parameters of type PHImageRequestOptionsDeliveryMode Modifier and Type Method Description voidPHImageRequestOptions. setDeliveryMode(PHImageRequestOptionsDeliveryMode v)voidPHLivePhotoRequestOptions. setDeliveryMode(PHImageRequestOptionsDeliveryMode v)