ContentConfig constructor

const ContentConfig({
  1. bool enableDrama = true,
  2. bool enableStory = false,
  3. bool enableVideo = false,
  4. bool? debugLog,
  5. int? imageCacheSize,
  6. bool? disableAbTest,
  7. bool? isNewUser,
  8. int? newUserAliveSeconds,
  9. bool? personalizationEnabled,
  10. String? userId,
  11. String? channel,
  12. PrivacyConfig? privacy,
  13. Map<String, dynamic>? extra,
})

Implementation

const ContentConfig({
  this.enableDrama = true,
  this.enableStory = false,
  this.enableVideo = false,
  this.debugLog,
  this.imageCacheSize,
  this.disableAbTest,
  this.isNewUser,
  this.newUserAliveSeconds,
  this.personalizationEnabled,
  this.userId,
  this.channel,
  this.privacy,
  this.extra,
});