Interface QRCodeController.FirestoreUpdateCallback
- Enclosing class:
- QRCodeController
public static interface QRCodeController.FirestoreUpdateCallback
Callback interface for Firestore updates.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful firestore update operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-