Class AppLovinSettings
Inheritance
System.Object
AppLovinSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AppLovinSettings
Properties
AgeRestrictMode
age-restricted category.
Declaration
public bool AgeRestrictMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
SDKKey
Gets or sets the AppLovin SDKKey.
Declaration
public string SDKKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |