VenueDelegate
public protocol VenueDelegate : AnyObject
The protocol for delegates for
venue loading events in VenueService.
-
Called when loading of a venue or its retrieval from the cache is completed.
Declaration
Swift
func onGetVenueCompleted(venueId: Int32, venueModel: VenueModel?, online: Bool, venueStyle: VenueStyle?)Parameters
venueIdThe id of the venue.
venueModelThe venue model.
onlineTrueif a new venue was loaded from the server andfalseotherwise.venueStyleThe style associated with the venue.