Package com.my.target.ads
Class Reward
- java.lang.Object
-
- com.my.target.ads.Reward
-
public class Reward extends java.lang.ObjectData class for user reward to be used in Rewarded ad format
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RewardgetDefault()Static constructor for reward with "default" type.
-
-
-
Field Detail
-
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
-
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
-
-