ARKit ARQuickLookPreviewItem only provides API for setting limited subset of potential parameters

ARQuickLookPreviewItem only provides API for specifying values for allowsContentScaling and canonicalWebPageURL parameters.

(https://developer.apple.com/documentation/arkit/arquicklookpreviewitem)

However, there are many more parameters that can be specified from a link originating from Safari.

EG: applePayButtonType, callToAction, checkoutTitle, checkoutSubtitle, price, custom, customHeight

(https://developer.apple.com/documentation/arkit/adding_an_apple_pay_button_or_a_custom_action_in_ar_quick_look)

It would be great to get support for all these parameters in the ARQuickLookPreviewItem API so that apps can integrate richer features of ARQL.

ARKit ARQuickLookPreviewItem only provides API for setting limited subset of potential parameters
 
 
Q