Yandex Mobile Ads
Loading...
Searching...
No Matches
Gender.cs
Go to the documentation of this file.
1/*
2 * This file is a part of the Yandex Advertising Network
3 *
4 * Version for Unity (C) 2023 YANDEX
5 *
6 * You may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/
8 */
9
11{
15 public static class Gender
16 {
20 public const string MALE = "male";
21
25 public const string FEMALE = "female";
26 }
27}
The gender of the user.
Definition Gender.cs:16
const string FEMALE
Female.
Definition Gender.cs:25
const string MALE
Male.
Definition Gender.cs:20