Data that is sent with the exchange.
SDKs
- iOS 7.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Game
Kit
Declaration
var data: Data? { get }
Data that is sent with the exchange.
SDKs
Framework
var data: Data? { get }
var completion Date: Date?
The date when the exchange was completed.
var exchange ID: String
A persistent identifier that is used when referring to this exchange.
var message: String?
The localized message that is pushed to all of the recipients of the exchange.
var recipients: [GKTurn Based Participant]
The players to receive the exchange.
var replies: [GKTurn Based Exchange Reply]?
List of exchange replies.
var send Date: Date
The date that the exchange was sent out.
var sender: GKTurn Based Participant
The participant who sent the exchange.
var status: GKTurn Based Exchange Status
The current status of the exchange.
enum GKTurn Based Exchange Status
The status of an exchange or reply.
var timeout Date: Date?
The amount of time the exchange is to stay active before timing out.