VenueEngine constructor

VenueEngine(
  1. VenueEngineInitCallback? callback
)

Creates a new instance of this class.

  • callback The optional callback that will be triggered when a venue engine initialization will be completed. After the initialization, the VenueService should be started using one of its methods or using VenueEngine.startWithToken.

Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.

Implementation

factory VenueEngine(VenueEngineInitCallback? callback) => $prototype.$init(callback);