Interface GKMatchDelegate

    • Method Detail

      • didReceiveData

        void didReceiveData​(GKMatch match,
                            NSData data,
                            GKPlayer player)
        Since:
        Available in iOS 8.0 and later.
      • didReceiveData

        void didReceiveData​(GKMatch match,
                            NSData data,
                            GKPlayer recipient,
                            GKPlayer player)
        Since:
        Available in iOS 9.0 and later.
      • didReceiveData

        @Deprecated
        void didReceiveData​(GKMatch match,
                            NSData data,
                            java.lang.String playerID)
        Deprecated.
        Deprecated in iOS 8.0. use match:didReceiveData:fromRemotePlayer:
        Since:
        Available in iOS 4.1 and later.
      • didChangeState

        @Deprecated
        void didChangeState​(GKMatch match,
                            java.lang.String playerID,
                            GKPlayerConnectionState state)
        Deprecated.
        Deprecated in iOS 8.0. use match:player:didChangeConnectionState:
        Since:
        Available in iOS 4.1 and later.
      • didFail

        void didFail​(GKMatch match,
                     NSError error)
        Since:
        Available in iOS 4.1 and later.
      • shouldReinviteDisconnectedPlayer

        boolean shouldReinviteDisconnectedPlayer​(GKMatch match,
                                                 GKPlayer player)
        Since:
        Available in iOS 8.0 and later.
      • shouldReinvitePlayer

        @Deprecated
        boolean shouldReinvitePlayer​(GKMatch match,
                                     java.lang.String playerID)
        Deprecated.
        Deprecated in iOS 8.0. use shouldReinviteDisconnectedPlayer:
        Since:
        Available in iOS 5.0 and later.