Package com.cloudinary.android
Interface ResponsiveUrl.Callback
- Enclosing class:
- ResponsiveUrl
public static interface ResponsiveUrl.Callback
Callback to send to
ResponsiveUrl.generate(Url, View, Callback)-
Method Summary
Modifier and Type Method Description voidonUrlReady(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. CallUrl.generate()to get the url string
-