public MATAdMetadata() { this.gender = MATAdGender.UNKNOWN; this.debugMode = false; this.keywords = new HashSet<string>(); this.customTargets = new Dictionary<string, string>(); }
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; }