selectVenueAsyncWithErrors abstract method

void selectVenueAsyncWithErrors(
  1. int venueId,
  2. VenueLoadErrorCallback callback
)

Downloads a VenueModel if needed and selects a Venue.

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

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

Implementation

void selectVenueAsyncWithErrors(int venueId, VenueLoadErrorCallback callback);