|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.revmob.ads.popup.RevMobPopup
public class RevMobPopup
| Field Summary | |
|---|---|
boolean |
autoshow
|
| Constructor Summary | |
|---|---|
RevMobPopup(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 RevMobPopup(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.Adpublic boolean isLoaded()
public void show()
public void hide()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||