Class InnerActive

All Implemented Interfaces:
IOProgressListener

public class InnerActive extends AdsService
This is an Ad service implementation by InnerActive see: http://console.inner-active.com/iamp/publisher/register?ref_id=affiliate_CodenameOne
  • Constructor Details

    • InnerActive

      public InnerActive()
  • Method Details

    • setTestAds

      public static void setTestAds(boolean test)

      If true and no ads exists the network will return house holds ads

      Parameters
      • test
    • setBanner

      public void setBanner(boolean banner)

      Sets this ads type, by default this a banner type.

      Parameters
      • banner: sets the ads to banners or text ads
    • initService

      public void initService(Ads ads)
      initialize the ads service
      Specified by:
      initService in class AdsService
    • equals

      public boolean equals(Object o)
      Description copied from class: ConnectionRequest
      Overrides:
      equals in class ConnectionRequest
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ConnectionRequest
    • readResponse

      protected void readResponse(InputStream input) throws IOException

      Callback for the server response with the input stream from the server. This method is invoked on the network thread

      Parameters
      • input: the input stream containing the response
      Throws
      • IOException: when a read input occurs
      Overrides:
      readResponse in class AdsService
      Throws:
      IOException