Contents

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.

See Also

Managing the Delegate