SDKNativeEngine constructor
- SDKOptions options
Makes a new instance of SDKNativeEngine using supplied options.
optionsThe options for the new engine.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory SDKNativeEngine(SDKOptions options) => $prototype.make(options);