Uses of Class
org.robovm.apple.photos.PHImageRequestOptionsVersion
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHImageRequestOptionsVersion in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return PHImageRequestOptionsVersion Modifier and Type Method Description PHImageRequestOptionsVersionPHImageRequestOptions. getVersion()PHImageRequestOptionsVersionPHLivePhotoRequestOptions. getVersion()static PHImageRequestOptionsVersionPHImageRequestOptionsVersion. valueOf(long n)Returns the enum constant of this type with the specified name.static PHImageRequestOptionsVersionPHImageRequestOptionsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static PHImageRequestOptionsVersion[]PHImageRequestOptionsVersion. 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 PHImageRequestOptionsVersion Modifier and Type Method Description voidPHImageRequestOptions. setVersion(PHImageRequestOptionsVersion v)voidPHLivePhotoRequestOptions. setVersion(PHImageRequestOptionsVersion v)