Interface FirebaseAttendee.UpdateCallback
- Enclosing class:
- FirebaseAttendee
public static interface FirebaseAttendee.UpdateCallback
Callback interface for handling success or failure of an update operation.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful update operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-