Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

firebase::gma::UserEarnedRewardListener

#include <types.h>

Listener to be invoked when the user earned a reward.

Summary

Constructors and Destructors

~UserEarnedRewardListener()

Public functions

OnUserEarnedReward(const AdReward & reward)
virtual void
Called when the user earned a reward.

Public functions

OnUserEarnedReward

virtual void OnUserEarnedReward(
  const AdReward & reward
)

Called when the user earned a reward.

The app is responsible for crediting the user with the reward.

Details
Parameters
reward
the AdReward that should be granted to the user.

~UserEarnedRewardListener

virtual  ~UserEarnedRewardListener()