Class GKCloudPlayer

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class GKCloudPlayer
    extends GKBasePlayer
    Deprecated.
    Deprecated in iOS 12.0. GKGameSession is deprecated. Use GKPlayer for both real-time and turn-based matchmaking APIs.
    Since:
    Available in iOS 10.0 and later.
    • Constructor Detail

      • GKCloudPlayer

        public GKCloudPlayer()
        Deprecated.
      • GKCloudPlayer

        protected GKCloudPlayer​(NSObject.Handle h,
                                long handle)
        Deprecated.
    • Method Detail

      • getCurrentSignedInPlayerForContainer

        public static void getCurrentSignedInPlayerForContainer​(java.lang.String containerName,
                                                                org.robovm.objc.block.VoidBlock2<GKCloudPlayer,​NSError> handler)
        Deprecated.