Interface GKInviteEventListener

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
GKLocalPlayerListener
All Known Implementing Classes:
GKInviteEventListenerAdapter, GKLocalPlayerListenerAdapter

public interface GKInviteEventListener
extends NSObjectProtocol
  • Method Details

    • didAcceptInvite

      void didAcceptInvite​(GKPlayer player, GKInvite invite)
    • didRequestMatch

      void didRequestMatch​(GKPlayer player, NSArray<GKPlayer> recipientPlayers)
    • didRequestMatch

      @Deprecated void didRequestMatch​(GKPlayer player, List<String> playerIDsToInvite)
      Deprecated.
      Deprecated in iOS 8.0. This method is obsolete. It will never be invoked its implementation does nothing, use player:didRequestMatchWithRecipients: