Declaration | |
---|---|
From | NSString * _Nonnull GKPlayerAuthenticationDidChangeNotificationName |
To | NSNotificationName _Nonnull GKPlayerAuthenticationDidChangeNotificationName |
Declaration | |
---|---|
From | NSString * _Nonnull GKPlayerDidChangeNotificationName |
To | NSNotificationName _Nonnull GKPlayerDidChangeNotificationName |
Declaration | |
---|---|
From | - (void)sendExchangeToParticipants:(nonnull NSArray<GKTurnBasedParticipant *> *)participants data:(nonnull NSData *)data localizableMessageKey:(nonnull NSString *)key arguments:(nonnull NSArray<NSString *> *)arguments timeout:(NSTimeInterval)timeout completionHandler:(nullable void (^)(GKTurnBasedExchange * _Nonnull, NSError * _Nonnull))completionHandler |
To | - (void)sendExchangeToParticipants:(nonnull NSArray<GKTurnBasedParticipant *> *)participants data:(nonnull NSData *)data localizableMessageKey:(nonnull NSString *)key arguments:(nonnull NSArray<NSString *> *)arguments timeout:(NSTimeInterval)timeout completionHandler:(nullable void (^)(GKTurnBasedExchange * _Nullable, NSError * _Nullable))completionHandler |