public interface CloudXReward
Represents a reward granted to the user after watching a rewarded ad.
abstract Integer
getAmount()
abstract String
getLabel()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Integer getAmount()
The reward amount (e.g., 100, 1000)
abstract String getLabel()
The reward label/currency (e.g., "coins", "gems")