Yandex Mobile Ads
Loading...
Searching...
No Matches
Assets
YandexMobileAds
Base
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
10
namespace
YandexMobileAds.Base
11
{
15
public
static
class
Gender
16
{
20
public
const
string
MALE
=
"male"
;
21
25
public
const
string
FEMALE
=
"female"
;
26
}
27
}
YandexMobileAds.Base.Gender
The gender of the user.
Definition
Gender.cs:16
YandexMobileAds.Base.Gender.FEMALE
const string FEMALE
Female.
Definition
Gender.cs:25
YandexMobileAds.Base.Gender.MALE
const string MALE
Male.
Definition
Gender.cs:20
YandexMobileAds.Base
Definition
AdError.cs:13
Generated by
1.9.8