RewardItem

actual class RewardItem

A reward item earned by the user.

Parameters

android

The underlying Android RewardItem.

expect class RewardItem
actual class RewardItem

Constructors

Link copied to clipboard
constructor(android: RewardItem)
constructor(ios: GADAdReward)

Properties

Link copied to clipboard
actual val amount: Int

The amount of the reward.

expect val amount: Int
actual val amount: Int
Link copied to clipboard
actual val type: String

The type of the reward.

expect val type: String
actual val type: String