selectVenueAsyncWithErrorsStr abstract method

void selectVenueAsyncWithErrorsStr(
  1. String venueIdentifier,
  2. VenueLoadErrorCallback callback
)

Downloads a VenueModel if needed and selects a Venue.

  • venueIdentifier The ID of the venue to download and select.

  • callback Callback to receives the error while venue load on the main thread.

Implementation

void selectVenueAsyncWithErrorsStr(String venueIdentifier, VenueLoadErrorCallback callback);