Package com.google.cloud.firestore
Interface BulkWriter.WriteResultCallback
- Enclosing class:
- BulkWriter
public static interface BulkWriter.WriteResultCallback
A callback set by `addWriteResultListener()` to be run every time an operation successfully
completes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonResult(DocumentReference documentReference, WriteResult result)
-
Method Details
-
onResult
- Parameters:
documentReference- The document the operation was performed on.result- The result of the operation.
-