SnapshotCompleteCallback(androidJvm)

Callback invoked once a snapshot operation completes.

interface SnapshotCompleteCallback(androidJvm)

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(snapshot: Expected<String, MapSnapshot>)

Inheritors

SnapshotCompleteCallbackNative
Link copied to clipboard