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