Interface UIImagePickerControllerDelegate


  • public interface UIImagePickerControllerDelegate
    • Method Detail

      • imagePickerControllerDidFinishPickingImageEditingInfo

        @Deprecated
        default void imagePickerControllerDidFinishPickingImageEditingInfo​(UIImagePickerController picker,
                                                                           UIImage image,
                                                                           NSDictionary<java.lang.String,​?> editingInfo)
        Deprecated.
        The picker does not dismiss itself; the client dismisses it in these callbacks. The delegate will receive one or the other, but not both, depending whether the user confirms or cancels.
      • imagePickerControllerDidFinishPickingMediaWithInfo

        default void imagePickerControllerDidFinishPickingMediaWithInfo​(UIImagePickerController picker,
                                                                        NSDictionary<java.lang.String,​?> info)