public MATAdMetadata()
 {
     this.gender = MATAdGender.UNKNOWN;
     this.debugMode = false;
     this.keywords = new HashSet<string>();
     this.customTargets = new Dictionary<string, string>();
 }
Beispiel #2
0
 public MATAdMetadata()
 {
     this.gender        = MATAdGender.UNKNOWN;
     this.debugMode     = false;
     this.keywords      = new HashSet <string>();
     this.customTargets = new Dictionary <string, string>();
 }
 public void setGender(MATAdGender gender)
 {
     this.gender = gender;
 }
 public void setGender(MATAdGender gender)
 {
     this.gender = gender;
 }