QuickLookSessionOptions
interface QuickLookSessionOptions
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
allowsContentScaling | boolean | ✔️ | true | Whether to allow content scaling. |
canonicalWebPageURL | string | null | ✔️ | The web URL to share when the user invokes the share sheet. If null is given, the USDZ file will be shared. | |
applePayButtonType | string | null | ✔️ | Type of the apple pay button in the banner. See QUICK_LOOK_APPLE_PAY_BUTTON_TYPE | |
callToAction | string | null | ✔️ | A text that will be displayed instead of Apple Pay Button. See Official Guide Page | |
checkoutTitle | string | null | ✔️ | Title of the previewed item. See Official Guide Page | |
checkoutSubtitle | string | null | ✔️ | Subtitle of the previewed item. See Official Guide Page | |
price | string | null | ✔️ | Price of the previewed item. See Official Guide Page | |
custom | string | null | ✔️ | Custom URL to the banner HTML. See Official Guide Page | |
customHeight | string | null | ✔️ | Height of the custom banner. See QUICK_LOOK_CUSTOM_BANNER_SIZE |