public class AppLovinAdType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AppLovinAdType |
INCENTIVIZED
Represents a rewarded video which will provide the user virtual currency upon completion.
|
static AppLovinAdType |
NATIVE
Represents a native ad.
|
static AppLovinAdType |
REGULAR
Represents a standard advertisement that does not provide a reward to the user.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<AppLovinAdType> |
allTypes()
Obtain a set of all available Ad Types.
|
static AppLovinAdType |
fromString(java.lang.String type) |
java.lang.String |
getLabel()
Generate a String which contains the name of this ad type.
|
java.lang.String |
toString()
Simply calls
getLabel(). |
public static final AppLovinAdType REGULAR
public static final AppLovinAdType INCENTIVIZED
public static final AppLovinAdType NATIVE
public java.lang.String getLabel()
public static AppLovinAdType fromString(java.lang.String type)
public static java.util.Set<AppLovinAdType> allTypes()
public java.lang.String toString()
getLabel().toString in class java.lang.Object