Share via


UIDocumentInteractionControllerDelegate_Extensions.DidEndSendingToApplication Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidEndSendingToApplication(this UIKit.IUIDocumentInteractionControllerDelegate This, UIKit.UIDocumentInteractionController controller, string? application);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidEndSendingToApplication : UIKit.IUIDocumentInteractionControllerDelegate * UIKit.UIDocumentInteractionController * string -> unit

Parameters

application
String

To be added.

This parameter can be null.

Attributes

Applies to