Share via


UIDocumentInteractionControllerDelegate.DidEndSendingToApplication Method

Definition

Indicates that the controller's document has been handed off to the specified application.

[Foundation.Export("documentInteractionController:didEndSendingToApplication:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidEndSendingToApplication(UIKit.UIDocumentInteractionController controller, string? application);
[<Foundation.Export("documentInteractionController:didEndSendingToApplication:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to