AdType Enum

Definition

Describes the type of interstitial ad to fetch when calling the RequestAd method.

public enum class AdType
enum AdType
[Windows.Foundation.Metadata.Version(1)]
public enum AdType
var value = Microsoft.Advertising.WinRT.UI.AdType.video
Public Enum AdType
Inheritance
System.Enum
AdType
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Fields

Display 1

Represents an interstitial banner ad.

Video 0

Represents an interstitial video ad.

Applies to

See also