InterstitialAdState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the state of an interstitial ad.
public enum class InterstitialAdState
/// [Windows.Foundation.Metadata.Version(1)]
enum class InterstitialAdState
[Windows.Foundation.Metadata.Version(1)]
public enum InterstitialAdState
var value = Microsoft.Advertising.WinRT.UI.InterstitialAdState.notReady
Public Enum InterstitialAdState
- Inheritance
-
InterstitialAdState
- Attributes
Additional features and requirements
Software Development Kit | |
Minimum supported OS |
Windows 10 (10.0.10240.0)
|
Fields
Name | Value | Description |
---|---|---|
NotReady | 0 | The interstitial ad is not ready to show to the user. |
Ready | 1 | The interstitial ad is ready. |
Showing | 2 | The interstitial ad is being shown to the user. |
Closed | 3 | The interstitial ad has already been shown to the user. |