Interface GKTurnBasedEventHandlerDelegate

  • All Superinterfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol
    All Known Implementing Classes:
    GKTurnBasedEventHandlerDelegateAdapter

    @Deprecated
    public interface GKTurnBasedEventHandlerDelegate
    extends NSObjectProtocol
    Deprecated.
    Deprecated in iOS 7.0. Use registerListener on GKLocalPlayer with an object that implements the GKTurnBasedEventListener protocol
    Since:
    Available in iOS 5.0 and later.
    • Method Detail

      • handleInvite

        @Deprecated
        void handleInvite​(java.util.List<java.lang.String> playersToInvite)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 5.0 and later.
      • handleTurnEvent

        @Deprecated
        void handleTurnEvent​(GKTurnBasedMatch match,
                             boolean didBecomeActive)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 6.0 and later.
      • handleTurnEvent

        @Deprecated
        void handleTurnEvent​(GKTurnBasedMatch match)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 5.0 and later.
      • handleMatchEnded

        @Deprecated
        void handleMatchEnded​(GKTurnBasedMatch match)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 6.0 and later.