Interface AdSystem

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface AdSystem
     implements Parcelable
                        

    Represents a parsed <AdSystem> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getVersion() the string that provides the version number of the ad system that returned the ad.
      abstract String getAdServerName() the string that provides the name of the ad server that returned the ad
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getVersion

         abstract String getVersion()

        the string that provides the version number of the ad system that returned the ad.

      • getAdServerName

         abstract String getAdServerName()

        the string that provides the name of the ad server that returned the ad