ADError 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.
An enumeration whose values represent errors relating to ads.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public enum ADError
type ADError =
- Inheritance
-
ADError
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
ServerFailure | 1 | |
LoadingThrottled | 2 | |
InventoryUnavailable | 3 | |
ConfigurationError | 4 | |
BannerVisibleWithoutContent | 5 | |
ApplicationInactive | 6 | |
AdUnloaded | 7 | |
AssetLoadFailure | 8 | |
AdResponseValidateFailure | 9 | |
AdAssetLoadPending | 10 |