Contents

WCSessionFileTransfer

Information about in-progress file transfers.

Declaration

class WCSessionFileTransfer

Overview

You do not create instances of this class yourself. When you initiate a file transfer, the system creates a new file transfer object to represent the transferred file. Use that object to get the file information or to cancel the transfer as needed.

To initiate a file transfer operation, call the transferFile(_:metadata:) method of your app’s WCSession object.

Topics

Getting the File Information

Managing the File Transfer

See Also

Data Objects