Interface FirebaseOrganizer.FacilityCheckCallback
- Enclosing class:
- FirebaseOrganizer
public static interface FirebaseOrganizer.FacilityCheckCallback
Callback interface for checking the existence of a facility.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error message.void
onFacilityExists
(String facilityId) Callback which is called when a facility exists.void
Callback which is called when a facility does not exist.
-
Method Details
-
onFacilityExists
Callback which is called when a facility exists.- Parameters:
facilityId
- The ID of the existing facility.
-
onFacilityNotExists
void onFacilityNotExists()Callback which is called when a facility does not exist. -
onError
Callback which contains an error message.- Parameters:
message
- Description of the error.
-