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 Level
Declaration
public LevelPlayAdDisplayInfoError(LevelPlayAdInfo levelPlayAdInfo, LevelPlayAdError error)
Parameters
Type | Name | Description |
---|---|---|
Level |
levelPlayAdInfo | The AdInfo associated with the error. |
Level |
error | The error encountered during the advertisement display. |
Properties
DisplayLevelPlayAdInfo
Declaration
public LevelPlayAdInfo DisplayLevelPlayAdInfo { get; }
Property Value
Type | Description |
---|---|
Level |
LevelPlayError
Declaration
public LevelPlayAdError LevelPlayError { get; }
Property Value
Type | Description |
---|---|
Level |
Methods
ToString()
Returns a string that represents the current Level
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that contains the AdInfo and error details. |