Class AATKitReward

  • All Implemented Interfaces:

    
    public final class AATKitReward
    
                        

    Object describing a reward earned by a user for interacting with a Rewarded Video ad.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
      private final String value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() Returns the name of the reward.
      final String getValue() Returns the value of the reward.
      String toString()
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getName

         final String getName()

        Returns the name of the reward.

        Returns:

        Name of the reward

      • getValue

         final String getValue()

        Returns the value of the reward.

        Returns:

        Value of the reward