Interface FirebaseAttendee.DeleteUserCallback

Enclosing class:
FirebaseAttendee

public static interface FirebaseAttendee.DeleteUserCallback
Callback interface for handling the result of a user deletion operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUserDeleted(boolean success)
    Callback which contains a Boolean reflecting the success of the delete user operation
  • Method Details

    • onUserDeleted

      void onUserDeleted(boolean success)
      Callback which contains a Boolean reflecting the success of the delete user operation
      Parameters:
      success - Boolean value regarding delete user success