sharingService(_:didShareItems:)
Invoked when the sharing service has finished sharing the items.
Declaration
@MainActor optional func sharingService(_ sharingService: NSSharingService, didShareItems items: [Any])Parameters
- sharingService:
The sharing service.
- items:
The items being shared.