Package 

Enum CropError

  • All Implemented Interfaces:
    com.mr0xf00.easycrop.CropResult , java.io.Serializable , kotlin.Comparable

    
    public enum CropError
    extends Enum<CropError> implements CropResult
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SavingError

      The result could not be saved. Try reducing the maxSize supplied to ImageCropper.crop

      LoadingError

      The supplied image is invalid, not supported by the codec or you don't have the required permissions to read it

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait