Contents

WCSessionUserInfoTransfer

Information about in-progress data transfers.

Declaration

class WCSessionUserInfoTransfer

Overview

You don’t create instances of this class yourself. When you begin a data transfer, the system creates a new instance of this class for you. Use the created object to monitor or cancel the transfer as needed.

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

Topics

Getting the Transfer Information

Managing the Transfer Operation

Initializers

See Also

Data Objects