addVenueToLoadStr abstract method

void addVenueToLoadStr(
  1. String venueIdentifier
)

Adds a venue to the loading queue.

  • venueIdentifier The id of the venue to load.

Implementation

void addVenueToLoadStr(String venueIdentifier);