{% include "/admob/android/reference/_dackka-meta-tags.html" %}

RewardItem

{% setvar page_path %}com/google/android/gms/ads/rewarded/RewardItem.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public interface RewardItem


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

Summary

Constants

default static final RewardItem

Public methods

abstract int

Returns the reward amount.

abstract String

Returns the type of the reward.

Constants

DEFAULT_REWARD

default static final RewardItem DEFAULT_REWARD

Public methods

getAmount

abstract int getAmount()

Returns the reward amount.

getType

abstract String getType()

Returns the type of the reward.