activityTitle
A user-readable string that describes the service.
Declaration
var activityTitle: String? { get }Return Value
A string that describes the service.
Discussion
The default value is nil. Subclasses must override this property to return a user-readable string that describes the service. The string you return should be localized.