RewardRequest
class RewardRequest
What to look a reward up for. Build with Builder, or RewardRequest { } from Kotlin.
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| audience | val audience: RewardAudience? Referrer or referee. Null ranks both. |
| products | val products: List<ProductDetails> Products currently in view, when known. Advisory: a campaign scoped to none of them is ranked below one matching at least one. |
| targetInteraction | val targetInteraction: String? Which interaction the reward is for, e.g. purchase. Free-form; a typo silently never matches. |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |