Builder
Ce contenu n’est pas encore disponible dans votre langue.
class Builder
Constructors
Section titled “Constructors”| Builder | constructor() |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| attribution | var attribution: AttributionParams? |
| link | var link: String? |
| logoUrl | var logoUrl: String? |
| placement | var placement: String? |
| products | var products: List<SharingProduct> |
| shareImageUrl | var shareImageUrl: String? |
| shareText | var shareText: String? |
| shareTitle | var shareTitle: String? |
| targetInteraction | var targetInteraction: String? |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| addProduct | fun addProduct(product: SharingProduct): SharingRequest.Builder |
| attribution | fun attribution(attribution: AttributionParams?): SharingRequest.Builder |
| build | fun build(): SharingRequest Copies products, so mutating the caller’s list cannot change an already-built request. |
| link | fun link(link: String?): SharingRequest.Builder |
| logoUrl | fun logoUrl(logoUrl: String?): SharingRequest.Builder |
| placement | fun placement(placement: String?): SharingRequest.Builder |
| products | fun products(products: List<SharingProduct>): SharingRequest.Builder |
| shareImageUrl | fun shareImageUrl(shareImageUrl: String?): SharingRequest.Builder |
| shareText | fun shareText(shareText: String?): SharingRequest.Builder |
| shareTitle | fun shareTitle(shareTitle: String?): SharingRequest.Builder |
| targetInteraction | fun targetInteraction(targetInteraction: String?): SharingRequest.Builder |