interface SnapshotCallback
An interface used to notify about the finish after taking a snapshot of a map.
abstract fun onError(error: Throwable): Unit
Called when an error occurred during the operation. |
|
abstract fun onSuccess(snapshot: Bitmap): Unit
Called when an operation is finished successfully. |