Interface ResponsiveUrl.Callback

Enclosing class:
ResponsiveUrl

public static interface ResponsiveUrl.Callback
  • Method Summary

    Modifier and Type Method Description
    void onUrlReady​(com.cloudinary.Url url)
    This will be called with the finished url, containing the scaling/cropping transformation based on the actual view dimensions.
  • Method Details

    • onUrlReady

      void onUrlReady​(com.cloudinary.Url url)
      This will be called with the finished url, containing the scaling/cropping transformation based on the actual view dimensions.
      Parameters:
      url - The finished url. Call Url.generate() to get the url string