FullScreenContentError

data class FullScreenContentError


Error information about why an ad failed to show full screen content.

Summary

Public constructors

FullScreenContentError(
    code: FullScreenContentError.ErrorCode,
    message: String,
    mediationAdError: MediationAdError?
)

Public properties

open FullScreenContentError.ErrorCode

The error code.

MediationAdError?

The error provided by the mediation adapter, if there was one.

open String

A message detailing the error.

Public constructors

FullScreenContentError

FullScreenContentError(
    code: FullScreenContentError.ErrorCode,
    message: String,
    mediationAdError: MediationAdError? = null
)
Parameters
code: FullScreenContentError.ErrorCode

The error code.

message: String

A message detailing the error.

mediationAdError: MediationAdError? = null

The error provided by the mediation adapter, if there was one.

Public properties

code

open val codeFullScreenContentError.ErrorCode

The error code.

mediationAdError

val mediationAdErrorMediationAdError?

The error provided by the mediation adapter, if there was one.

message

open val messageString

A message detailing the error.