Moloco Ad Error
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
Properties
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.