Class HeyzapSettings
Inheritance
System.Object
HeyzapSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class HeyzapSettings
Properties
CustomInterstitialPlacements
Gets or sets Heyzap's custom interstitial placements (used for auto ad loading).
Declaration
public AdPlacement[] CustomInterstitialPlacements { get; set; }
Property Value
Type | Description |
---|---|
AdPlacement[] |
CustomRewardedPlacements
Gets or sets Heyzap's custom rewarded ad placements (used for auto ad loading).
Declaration
public AdPlacement[] CustomRewardedPlacements { get; set; }
Property Value
Type | Description |
---|---|
AdPlacement[] |
PublisherId
Gets or sets Heyzap's publisher identifier.
Declaration
public string PublisherId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowTestSuite
Enables or disables test suite.
Declaration
public bool ShowTestSuite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |