selectVenueAsyncWithErrors abstract method
- int venueId,
- VenueLoadErrorCallback callback
Downloads a VenueModel if needed and selects a Venue.
-
venueIdThe ID of the venue to download and select. -
callbackCallback to receives the error while venue load on the main thread.
Implementation
void selectVenueAsyncWithErrors(int venueId, VenueLoadErrorCallback callback);