public interface ScreenshotCallback
screenshotCaptured(String, Bitmap)| Modifier and Type | Method and Description |
|---|---|
void |
screenshotCaptured(java.lang.String screenshotName,
android.graphics.Bitmap screenshot) |
void screenshotCaptured(java.lang.String screenshotName,
android.graphics.Bitmap screenshot)
screenshotName - The name of the screenshot passed to Screengrab.screenshot(String)screenshot - Bitmap representing the captured screenshot. Must be disposed of by this
method after handling is complete.