DynamicRoutingEngine.withSdkEngine constructor

DynamicRoutingEngine.withSdkEngine(
  1. SDKNativeEngine sdkEngine,
  2. DynamicRoutingEngineOptions? options
)

Creates a new instance of this class.

  • sdkEngine Instance of an existing SDKEngine.

  • options The options defining the behavior of the DynamicRoutingEngine.

Throws InstantiationException. when the engine was not initialized properly.

Implementation

factory DynamicRoutingEngine.withSdkEngine(SDKNativeEngine sdkEngine, DynamicRoutingEngineOptions? options) => $prototype.withSdkEngine(sdkEngine, options);