WCSessionDelegate_Extensions.DidFinishFileTransfer Method

Definition

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

public static void DidFinishFileTransfer (this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, WatchConnectivity.WCSessionFileTransfer fileTransfer, Foundation.NSError error);
static member DidFinishFileTransfer : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * WatchConnectivity.WCSessionFileTransfer * Foundation.NSError -> unit

Parameters

This
IWCSessionDelegate

The instance on which this extension method operates.

session
WCSession
fileTransfer
WCSessionFileTransfer
error
NSError

Applies to