addVenueToLoad abstract method

void addVenueToLoad(
  1. int venueId
)

Adds a venue to the loading queue.

  • venueId The id of the venue to load.

Implementation

void addVenueToLoad(int venueId);