OnUserEarnedRewardListener

interface OnUserEarnedRewardListener


Interface definition for a callback to be invoked when the user earned a reward.

Summary

Public functions

Unit

Called when the user earned a reward.

Public functions

onUserEarnedReward

fun onUserEarnedReward(reward: RewardItem): Unit

Called when the user earned a reward. The app is responsible for crediting the user with the reward.

Parameters
reward: RewardItem

the reward to grant the user.