InMobiMediationExtras constructor
InMobiMediationExtras({
- InMobiAgeGroups? ageGroup,
- InMobiEducation? education,
- int? age,
- int? yearOfBirth,
- String? postalCode,
- String? areaCode,
- String? language,
- String? city,
- String? state,
- String? country,
- String? keywords,
- String? interests,
- InMobiLogLevel? logLevel,
Implementation
InMobiMediationExtras({
this.ageGroup,
this.education,
this.age,
this.yearOfBirth,
this.postalCode,
this.areaCode,
this.language,
this.city,
this.state,
this.country,
this.keywords,
this.interests,
this.logLevel,
});