Class IronSourceSettings
Inheritance
System.Object
IronSourceSettings
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class IronSourceSettings
Properties
AppId
Gets or sets the IronSource app identifier.
Declaration
public AdId AppId { get; set; }
Property Value
Type | Description |
---|---|
AdId |
Segments
Gets or sets the ad segments.
Declaration
public IronSourceSettings.SegmentSettings Segments { get; set; }
Property Value
Type | Description |
---|---|
IronSourceSettings.SegmentSettings |
UseAdvancedSetting
Enables or disables advanced settings.
Declaration
public bool UseAdvancedSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |