AdministrativeRulesLoader.withEngine constructor

AdministrativeRulesLoader.withEngine(
  1. SDKNativeEngine sdkEngine
)

Creates a new instance of this class.

  • sdkEngine A SDKEngine instance.

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

Implementation

factory AdministrativeRulesLoader.withEngine(SDKNativeEngine sdkEngine) => $prototype.withEngine(sdkEngine);