RewardItem

public interface RewardItem


This class describes a reward credited to a user for interacting with a RewardedAd.

Summary

Public methods

abstract int

The reward amount.

abstract @NonNull String

The type of the reward.

Public methods

getAmount

abstract int getAmount()

The reward amount.

getType

abstract @NonNull String getType()

The type of the reward.