public static interface ImagePickerSheetView.ImageProvider
ImageView and Uri.| Modifier and Type | Method and Description |
|---|---|
void |
onProvideImage(android.widget.ImageView imageView,
android.net.Uri imageUri,
int size)
This is called when the underlying adapter is ready to show an image
|
void onProvideImage(android.widget.ImageView imageView,
android.net.Uri imageUri,
int size)
imageView - ImageView target. If you care about memory leaks and performance, DO NOT
HOLD ON TO THIS INSTANCE!imageUri - Uri for the image.size - Destination size of the image (it's a square, so assume this is the height
and width).