Interface Pricing

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Pricing
     implements Parcelable
                        

    Represents a parsed <Pricing> 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 getModel() identifies the pricing model as one of: CPM, CPC, CPE, or CPV.
      abstract String getCurrency() the three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g.
      abstract String getPrice() a number that represents a price that can be used in real-time bidding systems.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getModel

         abstract String getModel()

        identifies the pricing model as one of: CPM, CPC, CPE, or CPV.

      • getCurrency

         abstract String getCurrency()

        the three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.).

      • getPrice

         abstract String getPrice()

        a number that represents a price that can be used in real-time bidding systems.