public final enum

AppLovinAdViewDisplayErrorCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.applovin.adview.AppLovinAdViewDisplayErrorCode

Class Overview

This enum contains possible error codes that should be returned when the ad view fails to display an ad.

Created by thomasso on 7/5/17.

Summary

Enum Values
AppLovinAdViewDisplayErrorCode  UNSPECIFIED  The ad view failed to display an ad for an unspecified reason. 
Public Methods
static AppLovinAdViewDisplayErrorCode valueOf(String name)
final static AppLovinAdViewDisplayErrorCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AppLovinAdViewDisplayErrorCode UNSPECIFIED

The ad view failed to display an ad for an unspecified reason.

Public Methods

public static AppLovinAdViewDisplayErrorCode valueOf (String name)

public static final AppLovinAdViewDisplayErrorCode[] values ()