Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISDKMigrationsConfiguration

Data migrations related configuration

Hierarchy

  • ISDKMigrationsConfiguration

Index

Properties

Properties

Optional v4

v4: { customData?: boolean; customID?: boolean }

SDK V4 migrations related configuration

Type declaration

  • Optional customData?: boolean

    Whether Bath should automatically attach current installation's data (language/region/customDataAttributes...) to the User's Profile when running the SDK for the first time. Default: true

  • Optional customID?: boolean

    Whether Bath should automatically identify logged-in user when running the SDK for the first time. This mean user with a custom_user_id will be automatically attached a to a Profile and can be targeted within a Project scope. Default: true

Generated using TypeDoc