Class AdUnit.ContentAdsSettingsData.BackupOptionData
The backup option to be used in instances where no ad is available.
public class AdUnit.ContentAdsSettingsData.BackupOptionData
- Inheritance
-
AdUnit.ContentAdsSettingsData.BackupOptionData
- Inherited Members
Constructors
BackupOptionData()
public BackupOptionData()
Properties
Color
Color to use when type is set to COLOR.
public virtual string Color { get; set; }
Property Value
Type
Type of the backup option. Possible values are BLANK, COLOR and URL.
public virtual string Type { get; set; }
Property Value
Url
URL to use when type is set to URL.
public virtual string Url { get; set; }