com.revmob.ads.fullscreen
Class RevMobFullscreen

java.lang.Object
  extended by com.revmob.ads.fullscreen.RevMobFullscreen
All Implemented Interfaces:
com.revmob.ads.internal.Ad

public class RevMobFullscreen
extends Object
implements com.revmob.ads.internal.Ad


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

autoshow

public boolean autoshow
Constructor Detail

RevMobFullscreen

public RevMobFullscreen(android.app.Activity activity,
                        RevMobAdsListener publisherListener)
Method Detail

load

public void load()
Load the ad data


load

public void load(String placementId)
Load the ad data using a placement id.


updateWithData

public void updateWithData(com.revmob.client.AdData advertisement)
For internal usage.

Specified by:
updateWithData in interface com.revmob.ads.internal.Ad

isLoaded

public boolean isLoaded()
Check if the ad is loaded.

Returns:

show

public 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.


hide

public void hide()
Hide the ad - If it is not loaded, it will not be automatically show after it is loaded.



Copyright © 2013. All Rights Reserved.