Package com.cloudinary.android.preprocess
-
Interface Summary Interface Description Preprocess<T> Preprocess to run on a resource before uploading to Cloudinary.ResourceDecoder<T> Implement this interface to pass toPreprocessChain.loadWith(ResourceDecoder)for custom resource loading behavior.ResourceEncoder<T> Implement this interface to pass toPreprocessChain.saveWith(ResourceEncoder)for custom resource encoding behavior. -
Class Summary Class Description PreprocessChain<T> A preprocess chain to run on resource before uploading. -
Exception Summary Exception Description PayloadDecodeException Thrown if a given payload could not be properly decodedPreprocessException Base exception for exceptions thrown during the preprocessing phase.ResourceCreationException Thrown if a resource cannot be created (saved) after running the preprocessing steps.ValidationException Thrown inside implementations ofPreprocess.execute(Context, Object)if the resource fails validation.