Share via


WCSessionDelegate_Extensions.DidFinishFileTransfer Method

Definition

A file transfer finished, either successfully or with an error.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFinishFileTransfer(this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, WatchConnectivity.WCSessionFileTransfer fileTransfer, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFinishFileTransfer : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * WatchConnectivity.WCSessionFileTransfer * Foundation.NSError -> unit

Parameters

session
WCSession
fileTransfer
WCSessionFileTransfer
error
NSError
Attributes

Applies to