onGetVenueCompleted abstract method
- int venueId,
- VenueModel? venueModel,
- bool online,
- VenueStyle? venueStyle,
Called when loading of a venue or its retrieval from the cache is completed.
-
venueIdThe 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(int venueId, VenueModel? venueModel, bool online, VenueStyle? venueStyle);