Yandex Mobile Ads
Loading...
Searching...
No Matches
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 ad information. More...
class  AdLoadingException
 The exception that is thrown when an ad fails to load. More...
class  AdRequest
 Contains ad request data used to fetch an ad. More...
class  AdRequestCreator
class  AdRequestError
 Represents an event, that occurs when the ad failed to load. More...
class  AdTargeting
 Contains targeting information used to fetch an ad. More...
class  AppOpenAdLoadedEventArgs
 Represents an event, that occurs when an YandexMobileAds.AppOpenAd was loaded successfuly. More...
class  AppStateChangedEventArgs
 Represents an event, that occurs when the state of the app has changed. More...
class  BannerAdSize
 This class is responsible for the banner size. More...
class  Creative
 Contains information about a creative in the ad. More...
class  Gender
 The gender of the user. More...
class  GenericEventArgs< T >
 Represents a generic event args with a value.
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.