Class UIImagePickerControllerEditingInfo.Keys

java.lang.Object
org.robovm.apple.uikit.UIImagePickerControllerEditingInfo.Keys
Enclosing class:
UIImagePickerControllerEditingInfo

public static class UIImagePickerControllerEditingInfo.Keys
extends Object
  • Constructor Details

    • Keys

      public Keys()
  • Method Details

    • MediaType

      public static NSString MediaType()
    • OriginalImage

      public static NSString OriginalImage()
    • EditedImage

      public static NSString EditedImage()
    • CropRect

      public static NSString CropRect()
    • MediaURL

      public static NSString MediaURL()
    • ReferenceURL

      @Deprecated public static NSString ReferenceURL()
      Deprecated.
      Deprecated in iOS 11.0. Will be removed in a future release, use PHPicker.
    • MediaMetadata

      public static NSString MediaMetadata()
    • LivePhoto

      public static NSString LivePhoto()
      Since:
      Available in iOS 9.1 and later.
    • PHAsset

      @Deprecated public static NSString PHAsset()
      Deprecated.
      Will be removed in a future release, use PHPicker.
      Since:
      Available in iOS 11.0 and later.
    • ImageURL

      public static NSString ImageURL()
      Since:
      Available in iOS 11.0 and later.