delegate
Specifies the delegate of the sharing service.
Declaration
weak var delegate: (any NSSharingServiceDelegate)? { get set }Discussion
The delegate class must conform to the NSSharingServiceDelegate protocol.
Specifies the delegate of the sharing service.
weak var delegate: (any NSSharingServiceDelegate)? { get set }The delegate class must conform to the NSSharingServiceDelegate protocol.