public interface

RewardItem

com.google.android.gms.ads.reward.RewardItem

Class Overview

This class contains the information about a reward.

Summary

Public Methods
abstract int getAmount()
Returns the amount of credit.
abstract String getType()
Returns the type of the credit.

Public Methods

public abstract int getAmount ()

Returns the amount of credit.

Returns
int

public abstract String getType ()

Returns the type of the credit.

Returns
String