SudoAdTrackerBlockerClient constructor props.

Hierarchy

  • SudoAdTrackerBlockerClientProps

Properties

config?: {
    adTrackerBlockerService: { bucket: string; region: string; };
    identityService: { region: string; poolId: string; identityPoolId: string; };
}

Type declaration

  • adTrackerBlockerService: { bucket: string; region: string; }
  • identityService: { region: string; poolId: string; identityPoolId: string; }
format?: RulesetFormat

Type of lists to use

logger?: Logger

Custom logging implementation. If not provided then default logging will be used.

onStatusChanged?: (() => void)

Type declaration

    • (): void
    • Callback invoked whenever the filtering status (status) changes.

      Returns void

rulesetProvider?: RulesetProvider

Overrides the default ruleset provider. This is used for testing purposes.

storageProvider?: StorageProvider

A StorageProvider implementation. An in-memory implementation is used by default.

sudoUserClient: SudoUserClient

SudoUserClient instance. This is required for authenticated access to the Sudo Platform.

See

https://docs.sudoplatform.com/guides/users/integrate-the-user-sdk#integrate-the-js-sdk

Generated using TypeDoc