flavor property

Flavor flavor
final

Flavor that controls how the SDK loads its DSL configuration.

  • Flavor.debug — fetches config from the server on every launch (default for development).
  • Flavor.staging — staging server, remote config.
  • Flavor.versioned — pin to a specific DSL config version.
  • Flavor.release — loads config from bundled local assets (recommended for production builds).

Defaults to Flavor.debug when omitted.

Implementation

final Flavor flavor;