name
The user-visible label associated with the app profile.
Declaration
var name: String { get set }Discussion
Use this property to store the user-readable name for the user profile. When prompting the user to select a preferred profile, the TVUserManager displays the names from your TVAppProfileDescriptor objects in the selection dialog.
You must specify a nonempty string in this property.