SDKNativeEngine constructor

SDKNativeEngine(
  1. SDKOptions options
)

Makes a new instance of SDKNativeEngine using supplied options.

  • options The options for the new engine.

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

Implementation

factory SDKNativeEngine(SDKOptions options) => $prototype.make(options);