Interface FirebaseOrganizer.FacilityCreationCallback
- Enclosing class:
- FirebaseOrganizer
public static interface FirebaseOrganizer.FacilityCreationCallback
Callback interface for handling the result of facility creation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error message.void
onFacilityCreated
(String facilityId) Callback which is called upon successful creation of a facility.
-
Method Details
-
onFacilityCreated
Callback which is called upon successful creation of a facility.- Parameters:
facilityId
- The ID of the created facility.
-
onError
Callback which contains an error message.- Parameters:
message
- Description of the error.
-