OnSnapshotReady

Interface for getting snapshot result Bitmap.

fun fun interface OnSnapshotReady

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onSnapshotReady
Link copied to clipboard

Will be called when snapshot Bitmap is ready.

abstract fun onSnapshotReady(bitmap: Bitmap?)
toString
Link copied to clipboard
open override fun toString(): String