SnapshotCreatedListener

fun fun interface SnapshotCreatedListener

Interface for getting snapshot when it's finished.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onSnapshotResult
Link copied to clipboard
abstract fun onSnapshotResult(snapshot: MapSnapshotInterface?)
Invoked when snapshot finished despite successful or not.
toString
Link copied to clipboard
open fun toString(): String