A user-readable string describing the service.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
var activityTitle: String? { get }
Return Value
A string that describes the service.
Discussion
This method returns nil
by default. Subclasses must override this method and return a user-readable string that describes the service. The string you return should be localized.