AdException

class AdException(message: String? = null) : Exception

Represents an exception that occurred during an ad operation.

This exception is thrown when AdMob encounters an issue while attempting to obtain, load, or display an ad. The accompanying message provides a summary of the underlying cause of the error.

Parameters

message

A descriptive message detailing the nature of the ad-related error. This message typically summarizes the specific problem encountered during the ad operation.

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?