Package org.robovm.apple.assetslibrary
Class ALAssetType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.assetslibrary.ALAssetType
public class ALAssetType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAssetType.AsListMarshalerstatic classALAssetType.Marshalerstatic classALAssetType.Values -
Field Summary
Fields Modifier and Type Field Description static ALAssetTypePhotoDeprecated.Deprecated in iOS 9.0.static ALAssetTypeUnknownDeprecated.Deprecated in iOS 9.0.static ALAssetTypeVideoDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static ALAssetTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Photo
Deprecated.Deprecated in iOS 9.0. Use PHAssetMediaTypeImage from the Photos framework instead -
Video
Deprecated.Deprecated in iOS 9.0. Use PHAssetMediaTypeVideo from the Photos framework instead -
Unknown
Deprecated.Deprecated in iOS 9.0. Use PHAssetMediaTypeAudio for audio or PHAssetMediaTypeUnknown for unknown media types from the Photos framework instead
-
-
Method Details