completionHandler
The completion handler to execute after the activity view controller is dismissed.
Declaration
var completionHandler: UIActivityViewController.CompletionHandler? { get set }Discussion
When the user-selected service finishes operating on the data, or when the user dismisses the view controller, the view controller executes this completion handler to let your app know the final result of the operation.