Class AdMobSettings
Inheritance
System.Object
AdMobSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AdMobSettings
Properties
AppId
Gets or sets the AdMob app identifier.
Declaration
public AdId AppId { get; set; }
Property Value
Type | Description |
---|---|
AdId |
CustomBannerAdIds
Gets or sets the list of custom banner identifiers. Each identifier is associated with an ad placement.
Declaration
public Dictionary<AdPlacement, AdId> CustomBannerAdIds { 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> |
DefaultBannerAdId
Gets or sets the default banner identifier.
Declaration
public AdId DefaultBannerAdId { 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 |
TargetingSettings
Gets or sets the target settings.
Declaration
public AdMobSettings.AdMobTargetingSettings TargetingSettings { get; set; }
Property Value
Type | Description |
---|---|
AdMobSettings.AdMobTargetingSettings |