docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LevelPlayAdDisplayInfoError

    Represents detailed error information about an issue that occurred during the display of a LevelPlay advertisement.

    Inheritance
    object
    LevelPlayAdDisplayInfoError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Overrides
    object.ToString()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)