Class InnerActive

java.lang.Object
All Implemented Interfaces:
IOProgressListener

@Deprecated public class InnerActive extends AdsService
Deprecated.
the InnerActive ad network is defunct. Use the modern pluggable advertising API in AdManager instead.
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()
      Deprecated.
  • Method Details

    • setTestAds

      public static void setTestAds(boolean test)
      Deprecated.

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

      Parameters
      • test
    • setBanner

      public void setBanner(boolean banner)
      Deprecated.

      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)
      Deprecated.
      initialize the ads service
      Specified by:
      initService in class AdsService
    • equals

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

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

      protected void readResponse(java.io.InputStream input) throws java.io.IOException
      Deprecated.

      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:
      java.io.IOException