BookingItemCategoryFetchDelegate
public protocol BookingItemCategoryFetchDelegate : AnyObject
Notified of BookingItemCategory fetch results
-
Called when fetching categories for BookingItems
Declaration
Swift
func bookingItemCategoryFetchDidSuccedWith(_ result: [BookingItemCategory])Parameters
resultAn array of
BookingItemCategoryitems referring to the categories -
Called when fetching categories failed
Declaration
Swift
func bookingItemCategoryFetchDidFailWith(_ error: Error)Parameters
errorAn
Errorexplaining the results
BookingItemCategoryFetchDelegate Protocol Reference