Class UnityAdsSettings
Inheritance
System.Object
UnityAdsSettings
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class UnityAdsSettings
Constructors
UnityAdsSettings()
Declaration
public UnityAdsSettings()
Fields
DEFAULT_BANNER_ZONE_ID
Declaration
public const string DEFAULT_BANNER_ZONE_ID = ""
Field Value
Type |
Description |
System.String |
|
DEFAULT_REWARDED_ZONE_ID
Declaration
public const string DEFAULT_REWARDED_ZONE_ID = "rewardedVideo"
Field Value
Type |
Description |
System.String |
|
DEFAULT_VIDEO_ZONE_ID
Declaration
public const string DEFAULT_VIDEO_ZONE_ID = "video"
Field Value
Type |
Description |
System.String |
|
Properties
AppId
Gets or sets the Unity Monetization app identifier.
Declaration
public AdId AppId { get; set; }
Property Value
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
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
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
DefaultBannerAdId
Gets or sets the default banner ad identifier.
Declaration
public AdId DefaultBannerAdId { get; set; }
Property Value
DefaultInterstitialAdId
Gets or sets the default interstitial ad identifier.
Declaration
public AdId DefaultInterstitialAdId { get; set; }
Property Value
DefaultRewardedAdId
Gets or sets the default rewarded ad identifier.
Declaration
public AdId DefaultRewardedAdId { get; set; }
Property Value
EnableTestMode
Enables or disables test mode.
Declaration
public bool EnableTestMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|