VisualNavigator.withSdkEngine constructor

VisualNavigator.withSdkEngine(
  1. SDKNativeEngine sdkEngine
)

Creates a new instance of this class.

  • sdkEngine An SDKEngine instance.

Throws InstantiationException. InstantiationException when operation fails.

Implementation

factory VisualNavigator.withSdkEngine(SDKNativeEngine sdkEngine) => $prototype.withSdkEngine(sdkEngine);