InterstitialAdState Enum

Definition

Describes the state of an interstitial ad.

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

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Fields

Closed 3

The interstitial ad has already been shown to the user.

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.

Applies to