java.lang.Object |
↳ |
com.applovin.mediation.MaxAdFormat |
Class Overview
This class defines a format of an ad.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
static
final
MaxAdFormat
BANNER
Represents a 320x50 banner advertisement.
public
static
final
MaxAdFormat
INTERSTITIAL
Represents a full-screen advertisement.
public
static
final
MaxAdFormat
LEADER
Represents a 728x90 leaderboard advertisement (for tablets).
public
static
final
MaxAdFormat
MREC
Represents a 300x250 rectangular advertisement.
public
static
final
MaxAdFormat
NATIVE
Represents a native advertisement.
public
static
final
MaxAdFormat
REWARDED
Similar to INTERSTITIAL
, except that users are given a reward at the end of the advertisement.
Public Methods
public
String
toString
()