BigoSplashAdRequest constructor
BigoSplashAdRequest({
- required String slotId,
- String? bidPayload,
- int? age,
- BigoAdGender? gender,
- int? activatedTime,
- String? ext,
- bool? withAppLogo,
- bool? withAppName,
- required BigoAdLoadedListener<
BigoSplashAd> listener,
Implementation
BigoSplashAdRequest(
{required String slotId,
String? bidPayload,
int? age,
BigoAdGender? gender,
int? activatedTime,
String? ext,
this.withAppLogo,
this.withAppName,
required BigoAdLoadedListener<BigoSplashAd> listener})
: super(
slotId: slotId,
bidPayload: bidPayload,
age: age,
gender: gender,
activatedTime: activatedTime,
ext: ext,
listener: listener);