onImageDataReceived

abstract fun onImageDataReceived(bitmap: Bitmap)

Is called when the app sends an image. If it is not overwritten, it opens the image in the system share sheet.

Parameters

bitmap

The image as bitmap.