displayURL
A URL that causes the app which created this content item to display a description screen for the item.
Declaration
var displayURL: URL? { get set }Discussion
When the user selects the item, your application is launched if it wasn’t already running and then your UIApplication delegate is called. If at all possible, your application should immediately display the description of the item without any prompting for other information or displaying any other UI.