Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created February 7, 2022 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbrndls/2cc82a0ce9d0b42141f3acac7e0416fa to your computer and use it in GitHub Desktop.
Save victorbrndls/2cc82a0ce9d0b42141f3acac7e0416fa to your computer and use it in GitHub Desktop.
watchStream = datastore.createWatchStream(
new WatchStream.Callback() {
...
@Override
public void onWatchChange(SnapshotVersion snapshotVersion, WatchChange watchChange) {
handleWatchChange(snapshotVersion, watchChange);
}
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment