Contents

subtitle

The localized subtitle displayed to a person.

Declaration

var subtitle: String { get }

Discussion

Define the value of this property as a parameter to the request initializer: init(identifier:title:subtitle:). After that, this property is read only, however you can update the subtitle by calling updateTitle(_:subtitle:).

See Also

Titling the task