addVenueAsyncWithErrorsStr abstract method

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

Downloads and adds a Venue to the VenueMap.

Method will do nothing if the venue already exists on the venue map.

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

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

Implementation

void addVenueAsyncWithErrorsStr(String venueIdentifier, VenueLoadErrorCallback callback);