Interface GKMatchmakerViewControllerDelegate

    • Method Detail

      • didFindPlayers

        @Deprecated
        void didFindPlayers​(GKMatchmakerViewController viewController,
                            java.util.List<java.lang.String> playerIDs)
        Deprecated.
        Deprecated in iOS 8.0. use matchmakerViewController:didFindHostedPlayers:
        Since:
        Available in iOS 4.1 and later.
      • didReceiveAccept

        @Deprecated
        void didReceiveAccept​(GKMatchmakerViewController viewController,
                              java.lang.String playerID)
        Deprecated.
        Deprecated in iOS 8.0. use matchmakerViewController:hostedPlayerDidAccept:
        Since:
        Available in iOS 5.0 and later.