Package com.pubmatic.sdk.common.ui
Interface POBCoreReward
-
- All Implemented Interfaces:
public interface POBCoreRewardInterface definition represents a reward given to the user.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCurrencyType()Get reward currency type. abstract intgetAmount()Get reward amount. -
-
Method Detail
-
getCurrencyType
@NonNull() abstract String getCurrencyType()
Get reward currency type.
- Returns:
the currency type as string
-
getAmount
abstract int getAmount()
Get reward amount.
- Returns:
the currency amound as integer
-
-
-
-