Interface GKSessionDelegate

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

    @Deprecated
    public interface GKSessionDelegate
    extends NSObjectProtocol
    Deprecated.
    Deprecated in iOS 7.0. Use MCSession in association with MCSessionDelegate from the MultipeerConnectivity framework instead
    Since:
    Available in iOS 3.0 and later.
    • Method Detail

      • didReceiveConnectionRequest

        void didReceiveConnectionRequest​(GKSession session,
                                         java.lang.String peerID)
        Deprecated.
      • connectionWithPeerFailed

        void connectionWithPeerFailed​(GKSession session,
                                      java.lang.String peerID,
                                      NSError error)
        Deprecated.