VisualNavigator.withSdkEngineAndNavigator constructor
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.
-
sdkEngineAn SDKEngine instance. -
navigatorA NavigatorInterface implementation instance.
Throws InstantiationException. InstantiationException when operation fails.
Implementation
factory VisualNavigator.withSdkEngineAndNavigator(SDKNativeEngine sdkEngine, NavigatorInterface navigator) => $prototype.withSdkEngineAndNavigator(sdkEngine, navigator);