Sdílet prostřednictvím


UIDocumentInteractionControllerDelegate.WillBeginSendingToApplication Method

Definition

Indicates that the controller's document is about to be handed off to the specified application.

[Foundation.Export("documentInteractionController:willBeginSendingToApplication:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillBeginSendingToApplication(UIKit.UIDocumentInteractionController controller, string? application);
[<Foundation.Export("documentInteractionController:willBeginSendingToApplication:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillBeginSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit
override this.WillBeginSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit

Parameters

application
String

To be added.

This parameter can be null.

Implements

Attributes

Applies to