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