| java.lang.Object | |
| ↳ | com.applovin.sdk.AppLovinAdType |
This class defines a categorization of the behavior of an ad.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final AppLovinAdType | INCENTIVIZED | Represents a rewarded video which will provide the user virtual currency upon completion. | |||||||||
| public static final AppLovinAdType | NATIVE | Represents a native ad. | |||||||||
| public static final AppLovinAdType | REGULAR | Represents a standard advertisement that does not provide a reward to the user. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Set<AppLovinAdType> |
allTypes()
Obtain a set of all available Ad Types.
| ||||||||||
| String |
getLabel()
Generate a String which contains the name of this ad type.
| ||||||||||
| String |
toString()
Simply calls
getLabel(). | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Represents a rewarded video which will provide the user virtual currency upon completion.
Represents a standard advertisement that does not provide a reward to the user.
Obtain a set of all available Ad Types.
Generate a String which contains the name of this ad type.
Simply calls getLabel().