getVenueInfoListAsyncWithErrors abstract method

void getVenueInfoListAsyncWithErrors(
  1. VenueLoadErrorCallback callback
)

The list of VenueInfo contains venue id and name.

Downloads the list of VenueInfo asynchronously.

  • callback Callback to receive the list of venue info if successful.

Implementation

void getVenueInfoListAsyncWithErrors(VenueLoadErrorCallback callback);