Class Reward


  • public class Reward
    extends java.lang.Object
    Data class for user reward to be used in Rewarded ad format
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT  
      java.lang.String type  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Reward getDefault()
      Static constructor for reward with "default" type.
      • Methods inherited from class java.lang.Object

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

      • type

        @NonNull
        public final java.lang.String type
    • Method Detail

      • getDefault

        @NonNull
        public static Reward getDefault()
        Static constructor for reward with "default" type.
        Returns:
        reward object