Package io.anyline2.camera
Interface HighResolutionImageListener
-
- All Implemented Interfaces:
public interface HighResolutionImageListenerA Listener for taken photos via takeHighResolutionImage() method.
-
-
Method Summary
Modifier and Type Method Description abstract voidonImageTaken(AnylineImage image)This method is called asynchronously once a picture was successfully taken. abstract voidonError(Throwable e)This method is called if there was an error taking the picture. -
-
Method Detail
-
onImageTaken
abstract void onImageTaken(AnylineImage image)
This method is called asynchronously once a picture was successfully taken.
- Parameters:
image- The full image taken via the camera
-
-
-
-