Class AdColonySettings
Inheritance
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AdColonySettings
Properties
AppId
Gets or sets the AdColony app identifier.
Declaration
public AdId AppId { get; set; }
Property Value
Type | Description |
---|---|
AdId | The app identifier. |
CustomInterstitialAdIds
Gets or sets the list of custom interstitial ad identifiers. Each identifier is associated with an ad placement.
Declaration
public Dictionary<AdPlacement, AdId> CustomInterstitialAdIds { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<AdPlacement, AdId> | The custom interstitial ad identifiers. |
CustomRewardedAdIds
Gets or sets the list of custom rewarded ad identifiers. Each identifier is associated with an ad placement.
Declaration
public Dictionary<AdPlacement, AdId> CustomRewardedAdIds { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<AdPlacement, AdId> | The custom rewarded ad identifiers. |
DefaultInterstitialAdId
Gets or sets the default interstitial ad identifier.
Declaration
public AdId DefaultInterstitialAdId { get; set; }
Property Value
Type | Description |
---|---|
AdId | The default interstitial ad identifier. |
DefaultRewardedAdId
Gets or sets the default rewarded ad identifier.
Declaration
public AdId DefaultRewardedAdId { get; set; }
Property Value
Type | Description |
---|---|
AdId | The default rewarded ad identifier. |
EnableRewardedAdPostPopup
Enables or disables the default post-popup that shows after a rewarded ad has completed.
Declaration
public bool EnableRewardedAdPostPopup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableRewardedAdPrePopup
Enables or disables the default pre-popup that shows before a rewarded ad begins.
Declaration
public bool EnableRewardedAdPrePopup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Orientation
Gets or sets the ad orientation.
Declaration
public AdOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
AdOrientation | The orientation. |