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