MobileAdTargetingInfo constructor

const MobileAdTargetingInfo({
  1. List<String> keywords,
  2. String contentUrl,
  3. @Deprecated('This functionality is deprecated in AdMob without replacement.') DateTime birthday,
  4. @Deprecated('This functionality is deprecated in AdMob without replacement.') MobileAdGender gender,
  5. @Deprecated('Use `childDirected` instead.') bool designedForFamilies,
  6. bool childDirected,
  7. List<String> testDevices,
  8. bool nonPersonalizedAds,
})

Implementation

const MobileAdTargetingInfo(
    {this.keywords,
    this.contentUrl,
    @Deprecated('This functionality is deprecated in AdMob without replacement.')
        this.birthday,
    @Deprecated('This functionality is deprecated in AdMob without replacement.')
        this.gender,
    @Deprecated('Use `childDirected` instead.')
        this.designedForFamilies,
    this.childDirected,
    this.testDevices,
    this.nonPersonalizedAds});