Interface Advertiser

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Advertiser
     implements Parcelable
                        

    Represents a parsed <Advertiser> 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 getId() the (optional) identifier for the advertiser, provided by the ad server.
      abstract String getName() the name of the advertiser as defined by the ad serving party.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getId

         abstract String getId()

        the (optional) identifier for the advertiser, provided by the ad server.

      • getName

         abstract String getName()

        the name of the advertiser as defined by the ad serving party.