AATKitReward

class AATKitReward(val name: String, val value: String)

Object describing a reward earned by a user for interacting with a Rewarded Video ad.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

Returns the name of the reward.

Link copied to clipboard

Returns the value of the reward.

Functions

Link copied to clipboard
open override fun toString(): String