Aller au contenu

RewardRequest

Ce contenu n’est pas encore disponible dans votre langue.

class RewardRequest

What to look a reward up for. Build with Builder, or RewardRequest { } from Kotlin.

NameSummary
Builderclass Builder
NameSummary
audienceval audience: RewardAudience?
Referrer or referee. Null ranks both.
productsval 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.
targetInteractionval targetInteraction: String?
Which interaction the reward is for, e.g. purchase. Free-form; a typo silently never matches.
NameSummary
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int
toStringopen override fun toString(): String