AdType enumeration
Describes the type interstitial ad to fetch when calling the RequestAd method.
Syntax
public enum class AdType
Members
The AdType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Video | video | 0 |
Represents an interstitial video ad. |
| Display | display | 1 |
Represents an interstitial banner ad. This value is available starting in version 10.0.2 of the Microsoft Store Services SDK. It can be used only in Universal Windows Platform (UWP) apps for Windows 10. |
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8.1 |
|
Namespace |
|
|
Metadata |
|
Attributes
- [Version]
See also