SASAdDisplayException

SASAdDisplayException is an exception thrown when an ad was downloaded but could not be displayed.

Constructors

Link copied to clipboard
constructor()
constructor(@NonNull detailMessage: String, @Nullable throwable: Throwable, @NonNull errorCode: SASAdDisplayException.ErrorCode, @Nullable mediaNode: SASLogMediaNode)
constructor(@NonNull detailMessage: String, @Nullable throwable: Throwable, @NonNull errorCode: SASAdDisplayException.ErrorCode)
constructor(@NonNull detailMessage: String, @Nullable throwable: Throwable)
constructor(@NonNull detailMessage: String)
constructor(@Nullable throwable: Throwable)

Types

Link copied to clipboard
Enumeration of error codes for SASAdDisplayException

Properties

Link copied to clipboard
open var mediaNode: SASLogMediaNode