Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Questions:

  •  Possibles questions about this feature

Technical Refinement

Description

  • Call the following code when user clicks on the Continue (Accepted the agreement)

Code Block
      logRBIEvent({
        name: 'Agreements Update',
        type: EventTypes.Other,
        attributes: {
         <>
        },
      });

  • Call the following code when user clicks on the diagree and logout

Code Block
      logRBIEvent({
        name: 'Disagree and logout',
        type: EventTypes.Other,
        attributes: {
         <>
        },
      });