|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.revmob.ads.link.RevMobLink
public class RevMobLink
Field Summary | |
---|---|
boolean |
autoopen
|
Constructor Summary | |
---|---|
RevMobLink(android.app.Activity activity,
RevMobAdsListener publisherListener)
|
Method Summary | |
---|---|
void |
cancel()
If the link was not loaded yet, it will not be opened automatically - The open method can still be called. |
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 |
open()
Open the ad immediately, unless it is not loaded yet - If it is not loaded, it will open 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 autoopen
Constructor Detail |
---|
public RevMobLink(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 cancel()
open
method can still be called.
public void open()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |