IGPAPI
    Preparing search index...

    Function RegistrationSetName

    • Step 6: Set display name.

      Calls caa.reg.name_vtwo.async (renamed from name_ig_and_soap.async that earlier app versions used; this also moved off graphql_www onto the REST /api/v1/bloks/async_action/ path).

      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 | BloksHttp | MobileApplication,
      >