Class AudienceNetworkSettings
Inheritance
System.Object
AudienceNetworkSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AudienceNetworkSettings
Properties
BannerAdSize
Gets or sets default banner ad size.
Declaration
public AudienceNetworkSettings.FBAudienceBannerAdSize BannerAdSize { get; set; }
Property Value
Type | Description |
---|---|
AudienceNetworkSettings.FBAudienceBannerAdSize |
CustomBannerIds
Gets or sets the list of custom banner identifiers. Each identifier is associated with an ad placement.
Declaration
public Dictionary<AdPlacement, AdId> CustomBannerIds { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<AdPlacement, AdId> |
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> |
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> |
DefaultBannerId
Gets or sets the default banner identifier.
Declaration
public AdId DefaultBannerId { get; set; }
Property Value
Type | Description |
---|---|
AdId |
DefaultInterstitialAdId
Gets or sets the default interstitial ad identifier.
Declaration
public AdId DefaultInterstitialAdId { get; set; }
Property Value
Type | Description |
---|---|
AdId |
DefaultRewardedAdId
Gets or sets the default rewarded ad identifier.
Declaration
public AdId DefaultRewardedAdId { get; set; }
Property Value
Type | Description |
---|---|
AdId |
EnableTestMode
Enables or disables test mode.
Declaration
public bool EnableTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TestDevices
Gets or sets the list of test devices.
Declaration
public string[] TestDevices { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |