Yandex Mobile Ads
Loading...
Searching...
No Matches
Classes | Enumerations
YandexMobileAds.Base Namespace Reference

Classes

class  AdError
 Represents error, that occurs when ad fails to perform action. More...
 
class  AdFailedToLoadEventArgs
 Represents event, that occurs when AdLoader fails to load an ad. More...
 
class  AdFailureEventArgs
 Represents an event, that occurs when ad fails to perform an action. More...
 
class  AdInfo
 Container for base Ad information. More...
 
class  AdRequest
 Contains targeting information used to fetch an ad. new instance should be created using AdRequestConfiguration.Builder. More...
 
class  AdRequestConfiguration
 A class with data for a targeted ad request. More...
 
class  AdRequestConfigurationFactory
 
class  AdRequestCreator
 
class  AdRequestError
 Represents an event, that occurs when the ad failed to load. More...
 
class  AdSize
 This class represents the size of the ad. More...
 
class  BannerAdSize
 This class is responsible for the banner size. More...
 
class  Gender
 The gender of the user. More...
 
class  ImpressionData
 Represents impression-level revenue data. More...
 
class  Location
 Current user location. More...
 
class  MobileAdsPackageInfo
 
class  Reward
 Represents reward given to the user. More...
 

Enumerations

enum  AdPosition {
  TopLeft , TopCenter , TopRight , CenterLeft ,
  Center , CenterRight , BottomLeft , BottomCenter ,
  BottomRight
}
 Position of ad on screen. More...
 
enum  AdTheme { None , Light , Dark }
 
enum  BannerAdSizeType { Fixed , Inline , Sticky }
 Banner size type. More...
 

Enumeration Type Documentation

◆ AdPosition

Position of ad on screen.

Enumerator
TopLeft 
TopCenter 
TopRight 
CenterLeft 
Center 
CenterRight 
BottomLeft 
BottomCenter 
BottomRight 

Definition at line 15 of file AdPosition.cs.

◆ AdTheme

Enumerator
None 
Light 
Dark 

Definition at line 12 of file AdTheme.cs.

◆ BannerAdSizeType

Banner size type.

Enumerator
Fixed 

with specified height and width of the banner

Inline 

with the specified maximum height and width of the banner

Sticky 

with the specified maximum width of a sticky banner

Definition at line 18 of file BannerAdSize.cs.