OnViewScreenshotReady

fun fun interface OnViewScreenshotReady

A callback that is notified when a View screenshot is ready

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onViewCaptureReady
Link copied to clipboard
abstract fun onViewCaptureReady(screenshot: Bitmap)
Notifies that a View screenshot is ready
toString
Link copied to clipboard
open fun toString(): String