Yandex Mobile Ads
Loading...
Searching...
No Matches
Assets
YandexMobileAds
Base
AdPosition.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
enum
AdPosition
16
{
17
TopLeft
,
18
TopCenter
,
19
TopRight
,
20
CenterLeft
,
21
Center
,
22
CenterRight
,
23
BottomLeft
,
24
BottomCenter
,
25
BottomRight
26
}
27
}
YandexMobileAds.Base
Definition
AdError.cs:13
YandexMobileAds.Base.AdPosition
AdPosition
Position of ad on screen.
Definition
AdPosition.cs:16
YandexMobileAds.Base.AdPosition.TopRight
@ TopRight
YandexMobileAds.Base.AdPosition.Center
@ Center
YandexMobileAds.Base.AdPosition.BottomRight
@ BottomRight
YandexMobileAds.Base.AdPosition.TopCenter
@ TopCenter
YandexMobileAds.Base.AdPosition.BottomLeft
@ BottomLeft
YandexMobileAds.Base.AdPosition.CenterLeft
@ CenterLeft
YandexMobileAds.Base.AdPosition.CenterRight
@ CenterRight
YandexMobileAds.Base.AdPosition.TopLeft
@ TopLeft
YandexMobileAds.Base.AdPosition.BottomCenter
@ BottomCenter
Generated by
1.9.8