AdType Enum

Definition

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

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

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Fields

Name Value Description
Video 0

Represents an interstitial video ad.

Display 1

Represents an interstitial banner ad.

Applies to

See also