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

    venueId

    The id of the venue.

    venueModel

    The venue model.

    online

    True if a new venue was loaded from the server and false otherwise.

    venueStyle

    The style associated with the venue.