Interface Reward


  • public interface Reward
    Class contains information about the reward given to the user.
    • Method Detail

      • getAmount

        int getAmount()
        Returns the amount of reward.
        Returns:
        Amount of reward.
      • getType

        @NonNull
        java.lang.String getType()
        Returns the type of reward.
        Returns:
        Type of reward.