/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GenerateModuleCpp.js
 */

#include "SIDAddressVerificationSpecJSI.h"

namespace facebook::react {

static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_multiply(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->multiply(
    rt,
    count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asNumber(),
    count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asNumber()
  );
}
static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_startTrackingWithConfig(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->startTrackingWithConfig(
    rt,
    count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
    count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asString(rt),
    count <= 2 ? throw jsi::JSError(rt, "Expected argument in position 2 to be passed") : args[2].asString(rt)
  );
}
static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_stopTracking(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->stopTracking(
    rt
  );
  return jsi::Value::undefined();
}
static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_fetchConfiguration(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->fetchConfiguration(
    rt,
    count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
  );
}
static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_addListener(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->addListener(
    rt,
    count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
  );
  return jsi::Value::undefined();
}
static jsi::Value __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_removeListeners(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  static_cast<NativeSIDAddressVerificationCxxSpecJSI *>(&turboModule)->removeListeners(
    rt,
    count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asNumber()
  );
  return jsi::Value::undefined();
}

NativeSIDAddressVerificationCxxSpecJSI::NativeSIDAddressVerificationCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
  : TurboModule("SIDAddressVerification", jsInvoker) {
  methodMap_["multiply"] = MethodMetadata {2, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_multiply};
  methodMap_["startTrackingWithConfig"] = MethodMetadata {3, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_startTrackingWithConfig};
  methodMap_["stopTracking"] = MethodMetadata {0, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_stopTracking};
  methodMap_["fetchConfiguration"] = MethodMetadata {1, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_fetchConfiguration};
  methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_addListener};
  methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeSIDAddressVerificationCxxSpecJSI_removeListeners};
}


} // namespace facebook::react
