Uses of Interface
com.example.breeze_seas.ImageDB.LoadImageCallback
-
Uses of ImageDB.LoadImageCallback in com.example.breeze_seas
Methods in com.example.breeze_seas with parameters of type ImageDB.LoadImageCallbackModifier and TypeMethodDescriptionstatic voidImageDB.loadImage(String imageDocId, ImageDB.LoadImageCallback callback) Loads a Base64 image string fromimages/{imageDocId}and constructs anImageobject from the retrieved data.