SharingRequest
Ce contenu n’est pas encore disponible dans votre langue.
class SharingRequest
What to share; passed to buildSharingLink or to the sheet. Build with Builder, or SharingRequest { } from Kotlin.
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| attribution | val attribution: AttributionParams? |
| link | val link: String? Falls back to the merchant’s homepageLink, then id.frak.sdk.core.FrakMetadata.homepageLink. |
| logoUrl | val logoUrl: String? |
| placement | val placement: String? Which configured placement’s copy to render, e.g. product-page. Accepted but not yet acted on. |
| products | val products: List<SharingProduct> |
| shareImageUrl | val shareImageUrl: String? Highest-precedence override for the OS share sheet’s preview image. iOS only; Android ships no preview. |
| shareText | val shareText: String? Highest-precedence override for the OS share sheet’s body text. |
| shareTitle | val shareTitle: String? Highest-precedence override for the OS share sheet’s title. |
| targetInteraction | val targetInteraction: String? |