Enum UnityAdsShowError
The enumerated causes of an ad failing to show.
Namespace: UnityEngine.Advertisements
Assembly: UnityEngine.Advertisements.dll
Syntax
public enum UnityAdsShowError
Fields
Name | Description |
---|---|
ALREADY_SHOWING | An ad is already showing in the specified Placement. |
INTERNAL_ERROR | An internal Unity Ads service error occurred. |
INVALID_ARGUMENT | Show failed due to invalid parameters. |
NOT_INITIALIZED | The SDK is not properly initialized. |
NOT_READY | The Placement was not ready to show an ad. |
NO_CONNECTION | An error occured due to the device's internet connection. |
UNKNOWN | An unknown error occurred. |
VIDEO_PLAYER_ERROR | An error occured related to the media player. |