Class POBReward

  • All Implemented Interfaces:
    com.pubmatic.sdk.common.ui.POBCoreReward

    
    public class POBReward
     implements POBCoreReward
                        

    Modal class to hold information of rewards.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBReward(String currencyType, int amount) Constructor.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getCurrencyType() Getter for Reward currency type
      int getAmount() Getter for Reward amount
      String toString()
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class com.pubmatic.sdk.common.ui.POBCoreReward

        getAmount, getCurrencyType
      • Methods inherited from class java.lang.Object

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

      • POBReward

        POBReward(String currencyType, int amount)
        Constructor.
        Parameters:
        currencyType - Reward currency type
        amount - Reward amount