SnapshotCompleteCallback

interface SnapshotCompleteCallback

Callback invoked once a snapshot operation completes.

Parameters

snapshot

A `map snapshot` if the operation was successful. Otherwise, a string describing an error.

Functions

run
Link copied to clipboard
abstract fun run(@NonNull snapshot: Expected<String, MapSnapshot>)