UIDocumentInteractionControllerDelegate.DidEndSendingToApplication Method

Definition

Indicates that the UIDocumentInteractionController has handed off its document to the specified application.

[Foundation.Export("documentInteractionController:didEndSendingToApplication:")]
public virtual void DidEndSendingToApplication (UIKit.UIDocumentInteractionController controller, string application);
abstract member DidEndSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit
override this.DidEndSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit

Parameters

application
String

To be added.

This parameter can be null.

Attributes

Applies to