Class ALAssetType.Values

java.lang.Object
org.robovm.apple.assetslibrary.ALAssetType.Values
Enclosing class:
ALAssetType

public static class ALAssetType.Values
extends Object
  • Constructor Details

  • Method Details

    • Photo

      @Deprecated public static NSString Photo()
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetMediaTypeImage from the Photos framework instead
    • Video

      @Deprecated public static NSString Video()
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetMediaTypeVideo from the Photos framework instead
    • Unknown

      @Deprecated public static NSString Unknown()
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetMediaTypeAudio for audio or PHAssetMediaTypeUnknown for unknown media types from the Photos framework instead