SegmentReferenceConverter constructor

SegmentReferenceConverter(
  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 SegmentReferenceConverter(SDKNativeEngine sdkEngine) => $prototype.make(sdkEngine);