# SharingProduct

class SharingProduct

One product to advertise on the sharing sheet. Build with [Builder](/developers/references/android/id-frak-sdk-sharing/sharingproduct/builder/), or `SharingProduct(title, link) { }` from Kotlin.

## Types

| Name | Summary |
|---|---|
| [Builder](/developers/references/android/id-frak-sdk-sharing/sharingproduct/builder/) | class [Builder](/developers/references/android/id-frak-sdk-sharing/sharingproduct/builder/)(title: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), link: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)) |

## Properties

| Name | Summary |
|---|---|
| [details](/developers/references/android/id-frak-sdk-sharing/sharingproduct/details/) | val [details](/developers/references/android/id-frak-sdk-sharing/sharingproduct/details/): [ProductDetails](/developers/references/android/id-frak-sdk-core/productdetails/)?<br>Scope fields for reward selection; [ProductDetails](/developers/references/android/id-frak-sdk-core/productdetails/) is what a `productScope` matches on. |
| [imageUrl](/developers/references/android/id-frak-sdk-sharing/sharingproduct/imageurl/) | val [imageUrl](/developers/references/android/id-frak-sdk-sharing/sharingproduct/imageurl/): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)? |
| [link](/developers/references/android/id-frak-sdk-sharing/sharingproduct/link/) | val [link](/developers/references/android/id-frak-sdk-sharing/sharingproduct/link/): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [title](/developers/references/android/id-frak-sdk-sharing/sharingproduct/title/) | val [title](/developers/references/android/id-frak-sdk-sharing/sharingproduct/title/): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [utmContent](/developers/references/android/id-frak-sdk-sharing/sharingproduct/utmcontent/) | val [utmContent](/developers/references/android/id-frak-sdk-sharing/sharingproduct/utmcontent/): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?<br>`utm_content` for a link built from this product; highest-priority source for that field. |