A URL that causes the app which created this content item to display a description screen for the item.
SDK
- tvOS 9.0–13.0Deprecated
Framework
- TVServices
Declaration
@property(nonatomic, copy) NSURL *displayURL;
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.