Interface FirebaseOrganizer.FacilityCreationCallback

Enclosing class:
FirebaseOrganizer

public static interface FirebaseOrganizer.FacilityCreationCallback
Callback interface for handling the result of facility creation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message.
    void
    Callback which is called upon successful creation of a facility.
  • Method Details

    • onFacilityCreated

      void onFacilityCreated(String facilityId)
      Callback which is called upon successful creation of a facility.
      Parameters:
      facilityId - The ID of the created facility.
    • onError

      void onError(String message)
      Callback which contains an error message.
      Parameters:
      message - Description of the error.