Hierarchy

  • UseGdprGuardResult

Properties

disableGuard: (() => void)

Type declaration

    • (): void
    • Disable the GdprGuard

      Returns void

enableGuard: (() => void)

Type declaration

    • (): void
    • Enable the GdprGuard

      Returns void

guard: null | GdprGuardRaw

The current raw state of the GdprGuard

toggleGuard: (() => void)

Type declaration

    • (): void
    • Toggle the GdprGuard

      Returns void