public class

AppLovinAdType

extends Object
java.lang.Object
   ↳ com.applovin.sdk.AppLovinAdType

Class Overview

This class defines a categorization of the behavior of an ad.

Summary

Fields
public static final AppLovinAdType INCENTIVIZED Represents a rewarded video which will provide the user virtual currency upon completion.
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

Fields

public static final AppLovinAdType INCENTIVIZED

Represents a rewarded video which will provide the user virtual currency upon completion.

public static final AppLovinAdType REGULAR

Represents a standard advertisement that does not provide a reward to the user.

Public Methods

public static Set<AppLovinAdType> allTypes ()

Obtain a set of all available Ad Types.

Returns
  • A set containing all available Ad Type objects.

public String getLabel ()

Generate a String which contains the name of this ad type.

Returns
  • Either "REGULAR" or "INCENTIVIZED".

public String toString ()

Simply calls getLabel().

Returns
  • Name of the ad type.