Class LevelPlayAdDisplayInfoError
Represents detailed error information about an issue that occurred during the display of a LevelPlay advertisement.
Inherited Members
Namespace: com.unity3d.mediation
Assembly: Unity.LevelPlay.dll
Syntax
public class LevelPlayAdDisplayInfoError
Constructors
LevelPlayAdDisplayInfoError(LevelPlayAdInfo, LevelPlayAdError)
Initializes a new instance of the LevelPlayAdDisplayInfoError class with the specified advertisement information and error details.
Declaration
public LevelPlayAdDisplayInfoError(LevelPlayAdInfo levelPlayAdInfo, LevelPlayAdError error)
Parameters
| Type | Name | Description |
|---|---|---|
| LevelPlayAdInfo | levelPlayAdInfo | The AdInfo associated with the error. |
| LevelPlayAdError | error | The error encountered during the advertisement display. |
Properties
DisplayLevelPlayAdInfo
Declaration
public LevelPlayAdInfo DisplayLevelPlayAdInfo { get; }
Property Value
| Type | Description |
|---|---|
| LevelPlayAdInfo |
LevelPlayError
Declaration
public LevelPlayAdError LevelPlayError { get; }
Property Value
| Type | Description |
|---|---|
| LevelPlayAdError |
Methods
ToString()
Returns a string that represents the current LevelPlayAdDisplayInfoError.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that contains the AdInfo and error details. |