onFullScreenshotDownloaded

private fun onFullScreenshotDownloaded(screenshot: Bitmap?)

Callback for the captureViewModel to notify the this activity that the full screenshot has been loaded.

Calls either onFullScreenshotDenied or onFullScreenshotSuccess depending on whether screenshot is null or not.

Parameters

screenshot

The full screenshot as a Bitmap. Null if the full screenshot could not be loaded.