-
- All Implemented Interfaces:
-
com.hyprmx.android.sdk.placement.HyprMXShowListener
public interface HyprMXRewardedShowListener implements HyprMXShowListener
The listener interface that the SDK calls to and that clients should implement to know the state of the placement. This will also return a reward if the placement is rewarded.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdRewarded(Placement placement, String rewardName, Integer rewardValue)The ad was rewarded for the placement and will be called before ad finished is called This will only be called for rewarded placements -
-
Method Detail
-
onAdRewarded
abstract Unit onAdRewarded(Placement placement, String rewardName, Integer rewardValue)
The ad was rewarded for the placement and will be called before ad finished is called This will only be called for rewarded placements
- Parameters:
placement- The placement that was rewardedrewardName- The name of the rewardrewardValue- The value of the reward
-
-
-
-