BatchMigration

Entries

Link copied to clipboard

No migrations disabled

Link copied to clipboard

Whether Bath should automatically identify logged-in user when running the SDK V2 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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Convert integer value in enum set of migrations
Link copied to clipboard
Whether the Custom Data migration is disabled
Link copied to clipboard
Whether the Custom User ID migration is disabled
Link copied to clipboard
open fun toValue(@NonNull migrations: EnumSet<BatchMigration>): Int
Convert an EnumSet of migration to an integer value
Link copied to clipboard
open fun valueOf(name: String): BatchMigration

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.