onGetVenueCompleted abstract method
- String venueIdentifier,
- VenueModel? venueModel,
- bool online,
- VenueStyle? venueStyle,
Called when loading of a venue or its retrieval from the cache is completed.
-
venueIdentifierThe id of the venue. -
venueModelThe venue model. -
onlineTrueif a new venue was loaded from the server andfalseotherwise. -
venueStyleThe style associated with the venue.
Implementation
void onGetVenueCompleted(String venueIdentifier, VenueModel? venueModel, bool online, VenueStyle? venueStyle);