OnSnapshotReady

fun fun interface OnSnapshotReady

Interface for getting snapshot result Bitmap.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onSnapshotReady
Link copied to clipboard
abstract fun onSnapshotReady(bitmap: Bitmap?)
Will be called when snapshot Bitmap is ready.
toString
Link copied to clipboard
open fun toString(): String