IGPAPI
    Preparing search index...

    Function RegistrationSetName

    • Step 6: Set display name.

      Calls name_ig_and_soap.async.

      Parameters

      Returns Effect<
          {
              regContext: string
              | null;
              regInfo: {
                  age_range: string;
                  full_name: string;
                  screen_visited: string[];
              };
              registrationFlowId: string;
              waterfallId: string;
          },
          IgApiError
          | RequestError
          | ParseError
          | TransportError,
          MobileDevice | GraphqlJsonHttp | MobileApplication,
      >