Class AdSettings
Inheritance
System.Object
AdSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AdSettings
Properties
AdCheckingInterval
Gets or sets the ad checking interval of the auto ad-loading feature.
Declaration
public float AdCheckingInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The ad checking interval. |
AdColony
Gets the AdColony settings.
Declaration
public AdColonySettings AdColony { get; }
Property Value
Type | Description |
---|---|
AdColonySettings | The ad colony. |
AdLoadingInterval
Gets or sets the ad loading interval of the auto ad-loading feature.
Declaration
public float AdLoadingInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The ad loading interval. |
AdMob
Gets the AdMob settings.
Declaration
public AdMobSettings AdMob { get; }
Property Value
Type | Description |
---|---|
AdMobSettings |
AndroidDefaultAdNetworks
Gets the default ad networks for Android platform.
Declaration
public AdSettings.DefaultAdNetworks AndroidDefaultAdNetworks { get; }
Property Value
Type | Description |
---|---|
AdSettings.DefaultAdNetworks | The android default ad networks. |
AppLovin
Gets the AppLovin settings.
Declaration
public AppLovinSettings AppLovin { get; }
Property Value
Type | Description |
---|---|
AppLovinSettings |
AudienceNetwork
Gets the Facebook Audience Network setttings.
Declaration
public AudienceNetworkSettings AudienceNetwork { get; }
Property Value
Type | Description |
---|---|
AudienceNetworkSettings |
AutoAdLoadingMode
Gets or sets auto ad loading mode.
Declaration
public AutoAdLoadingMode AutoAdLoadingMode { get; set; }
Property Value
Type | Description |
---|---|
AutoAdLoadingMode |
Chartboost
Gets the Chartboost Network settings.
Declaration
public ChartboostSettings Chartboost { get; }
Property Value
Type | Description |
---|---|
ChartboostSettings |
Heyzap
Gets the Heyzap settings.
Declaration
public HeyzapSettings Heyzap { get; }
Property Value
Type | Description |
---|---|
HeyzapSettings |
IosDefaultAdNetworks
Gets the default ad networks for iOS platform.
Declaration
public AdSettings.DefaultAdNetworks IosDefaultAdNetworks { get; }
Property Value
Type | Description |
---|---|
AdSettings.DefaultAdNetworks | The ios default ad networks. |
IronSource
Gets the IronSource settings.
Declaration
public IronSourceSettings IronSource { get; }
Property Value
Type | Description |
---|---|
IronSourceSettings |
MoPub
Gets the MoPub settings.
Declaration
public MoPubSettings MoPub { get; }
Property Value
Type | Description |
---|---|
MoPubSettings |
Tapjoy
Gets the Tapjoy settings.
Declaration
public TapjoySettings Tapjoy { get; }
Property Value
Type | Description |
---|---|
TapjoySettings |
UnityAds
Gets the UnityAds settings.
Declaration
public UnityAdsSettings UnityAds { get; }
Property Value
Type | Description |
---|---|
UnityAdsSettings | The unity ads. |