Package com.example.breeze_seas
Interface ImageDB.LoadImageCallback
- Enclosing class:
ImageDB
public static interface ImageDB.LoadImageCallback
Callback interface for loading a single image.
-
Method Summary
-
Method Details
-
onSuccess
Called when the image is loaded successfully.- Parameters:
image- the loaded image, ornullif no image exists for the provided document ID
-
onFailure
Called when the image load operation fails.- Parameters:
e- the exception describing the failure
-