MolocoAdError

data class MolocoAdError(val networkName: String, val adUnitId: String, val errorType: MolocoAdError.ErrorType, val description: String = errorType.description)

Data class representing a Moloco ad error that is visible for the PUBLIC API.

Constructors

Link copied to clipboard
constructor(networkName: String, adUnitId: String, errorType: MolocoAdError.ErrorType, description: String = errorType.description)

Types

Link copied to clipboard

Enum class representing different errors that can occur during the creation of a Moloco ad object.

Link copied to clipboard

Enum representing the types of errors that can occur when loading or displaying a Moloco ad.

Properties

Link copied to clipboard

The id of the ad unit.

Link copied to clipboard

The description of the error (default: the description of the errorType).

Link copied to clipboard

The type of the error.

Link copied to clipboard

The name of the ad network.