Class GKChallenge

    • Constructor Detail

      • GKChallenge

        public GKChallenge()
      • GKChallenge

        public GKChallenge​(NSCoder decoder)
    • Method Detail

      • getIssuingPlayerID

        @Deprecated
        public java.lang.String getIssuingPlayerID()
        Deprecated.
        Deprecated in iOS 8.0. Use issuingPlayer instead
        Since:
        Available in iOS 6.0 and later.
      • getReceivingPlayerID

        @Deprecated
        public java.lang.String getReceivingPlayerID()
        Deprecated.
        Deprecated in iOS 8.0. Use receivingPlayer instead
        Since:
        Available in iOS 6.0 and later.
      • getIssuingPlayer

        public GKPlayer getIssuingPlayer()
        Since:
        Available in iOS 8.0 and later.
      • getReceivingPlayer

        public GKPlayer getReceivingPlayer()
        Since:
        Available in iOS 8.0 and later.
      • getIssueDate

        public NSDate getIssueDate()
      • getCompletionDate

        public NSDate getCompletionDate()
      • getMessage

        public java.lang.String getMessage()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • decline

        public void decline()
      • loadReceivedChallenges

        public static void loadReceivedChallenges​(org.robovm.objc.block.VoidBlock2<NSArray<GKChallenge>,​NSError> completionHandler)
      • init

        protected long init​(NSCoder decoder)