BigoAdConfig constructor

BigoAdConfig({
  1. required String appKey,
  2. String? channel,
  3. bool? isDebug,
  4. int? age,
  5. BigoAdGender? gender,
  6. int? activatedTime,
})

Implementation

BigoAdConfig(
    {required this.appKey,
      this.channel,
      this.isDebug,
      this.age,
      this.gender,
      this.activatedTime});