use of com.google.firebase.firestore.remote.WatchChange.WatchTargetChange in project firebase-android-sdk by firebase.
the class SpecTestCase method doWatchAck.
private void doWatchAck(JSONArray ackedTargets) throws Exception {
WatchTargetChange change = new WatchTargetChange(WatchTargetChangeType.Added, parseIntList(ackedTargets));
writeWatchChange(change, SnapshotVersion.NONE);
}
Aggregations