VisualNavigator.withSdkEngineAndNavigator constructor

VisualNavigator.withSdkEngineAndNavigator(
  1. SDKNativeEngine sdkEngine,
  2. NavigatorInterface navigator
)

Creates a new instance of this class using provided instance of NavigatorInterface as source of data.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

  • sdkEngine An SDKEngine instance.

  • navigator A NavigatorInterface implementation instance.

Throws InstantiationException. InstantiationException when operation fails.

Implementation

factory VisualNavigator.withSdkEngineAndNavigator(SDKNativeEngine sdkEngine, NavigatorInterface navigator) => $prototype.withSdkEngineAndNavigator(sdkEngine, navigator);