getPreviewUrl

external fun getPreviewUrl(webViewSize: Size?): String?

Get the preview URL for the item (if any). The preview URL may be opened by the UI into a web browser window to present more details to the user about this item.

Return

empty if the item has no preview URL.

Parameters

webViewSize

is the size of the web view window.