Contents

outstandingUserInfoTransfers

An array of in-progress data transfers.

Declaration

var outstandingUserInfoTransfers: [WCSessionUserInfoTransfer] { get }

Discussion

This property contains the WCSessionUserInfoTransfer objects representing the data that you queued using the transferUserInfo(_:) or transferCurrentComplicationUserInfo(_:) methods. Use the objects in this array to cancel specific data transfers.

See Also

Transferring Data in the Background