Class MoPubSettings
Inheritance
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class MoPubSettings
Properties
AllowLegitimateInterest
Allow supported SDK networks to collect user information on the basis of legitimate interest.
Declaration
public bool AllowLegitimateInterest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoRequestConsent
Enables or disables auto request consent.
Declaration
public bool AutoRequestConsent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
EnableLocationPassing
Enables or disables location passing.
Declaration
public bool EnableLocationPassing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ForceGdprApplicable
Force GDPR applicable or not ?
Declaration
public bool ForceGdprApplicable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ITuneAppID
Gets or sets ITune App Id.
Declaration
public string ITuneAppID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediatedNetworks
Networks used in advanced initialization.
Declaration
public MoPubSettings.MediatedNetwork[] MediatedNetworks { get; set; }
Property Value
Type | Description |
---|---|
MoPubSettings.MediatedNetwork[] | The mediated networks. |
MoPubLogLevel
Set desired log level here to override default level of MPLogLevelNone
Declaration
public MoPubSettings.LogLevel MoPubLogLevel { get; set; }
Property Value
Type | Description |
---|---|
MoPubSettings.LogLevel |
ReportAppOpen
Enables or disables application open report.
Declaration
public bool ReportAppOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseAdvancedSetting
Enables or disables advanced settings.
Declaration
public bool UseAdvancedSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |