SharingProduct
class SharingProduct
One product to advertise on the sharing sheet. Build with Builder, or SharingProduct(title, link) { } from Kotlin.
| Name | Summary |
|---|---|
| Builder | class Builder(title: String, link: String) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| details | val details: ProductDetails? Scope fields for reward selection; ProductDetails is what a productScope matches on. |
| imageUrl | val imageUrl: String? |
| link | val link: String |
| title | val title: String |
| utmContent | val utmContent: String?utm_content for a link built from this product; highest-priority source for that field. |