Interface UserController.DeleteUserCallback
- Enclosing class:
- UserController
public static interface UserController.DeleteUserCallback
Callback interface for deleting a user from the Firestore database.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful delete user operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-