public class

MaxAdFormat

extends Object
java.lang.Object
   ↳ com.applovin.mediation.MaxAdFormat

Class Overview

This class defines a format of an ad.

Summary

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
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

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 ()