Aller au contenu

SharingProduct

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

class SharingProduct

One product to advertise on the sharing sheet. Build with Builder, or SharingProduct(title, link) { } from Kotlin.

NameSummary
Builderclass Builder(title: String, link: String)
NameSummary
detailsval details: ProductDetails?
Scope fields for reward selection; ProductDetails is what a productScope matches on.
imageUrlval imageUrl: String?
linkval link: String
titleval title: String
utmContentval utmContent: String?
utm_content for a link built from this product; highest-priority source for that field.