|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.revmob.ads.fullscreen.RevMobFullscreen
public class RevMobFullscreen
Field Summary | |
---|---|
boolean |
autoshow
|
Constructor Summary | |
---|---|
RevMobFullscreen(android.app.Activity activity,
RevMobAdsListener publisherListener)
|
Method Summary | |
---|---|
void |
hide()
Hide the ad - If it is not loaded, it will not be automatically show after it is loaded. |
boolean |
isLoaded()
Check if the ad is loaded. |
void |
load()
Load the ad data |
void |
load(String placementId)
Load the ad data using a placement id. |
void |
show()
Shows the ad immediately, unless it is not loaded yet - If it is not loaded, it will show yourself as soon as it is loaded. |
void |
updateWithData(com.revmob.client.AdData advertisement)
For internal usage. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean autoshow
Constructor Detail |
---|
public RevMobFullscreen(android.app.Activity activity, RevMobAdsListener publisherListener)
Method Detail |
---|
public void load()
public void load(String placementId)
public void updateWithData(com.revmob.client.AdData advertisement)
updateWithData
in interface com.revmob.ads.internal.Ad
public boolean isLoaded()
public void show()
public void hide()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |