Uses of Class
org.robovm.apple.assetslibrary.ALAssetOrientation
| Package | Description |
|---|---|
| org.robovm.apple.assetslibrary |
-
Uses of ALAssetOrientation in org.robovm.apple.assetslibrary
Methods in org.robovm.apple.assetslibrary that return ALAssetOrientation Modifier and Type Method Description ALAssetOrientationALAssetRepresentation. getOrientation()Deprecated.Deprecated in iOS 9.0.static ALAssetOrientationALAssetOrientation. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static ALAssetOrientationALAssetOrientation. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ALAssetOrientation[]ALAssetOrientation. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.assetslibrary with parameters of type ALAssetOrientation Modifier and Type Method Description voidALAssetsLibrary. writeImageToSavedPhotosAlbum(CGImage imageRef, ALAssetOrientation orientation, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.