Contents

GKTurnBasedExchangeReply

Details about a recipient’s response to an exchange request.

Declaration

class GKTurnBasedExchangeReply

Mentioned in

Overview

When you accept an exchange request using the reply(withLocalizableMessageKey:arguments:data:completionHandler:) method, GameKit sends a GKTurnBasedExchangeReply object to participants using the player(_:receivedExchangeReplies:forCompletedExchange:for:) protocol method. You can also get responses to exchange requests from the GKTurnBasedExchange object using the replies parameter.

Topics

Retrieving Reply Details

See Also

Turn-based games