Class GKAchievementDescription

    • Constructor Detail

      • GKAchievementDescription

        public GKAchievementDescription()
      • GKAchievementDescription

        protected GKAchievementDescription​(NSObject.Handle h,
                                           long handle)
      • GKAchievementDescription

        protected GKAchievementDescription​(NSObject.SkipInit skipInit)
      • GKAchievementDescription

        public GKAchievementDescription​(NSCoder decoder)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • getGroupIdentifier

        public java.lang.String getGroupIdentifier()
        Since:
        Available in iOS 6.0 and later.
      • getTitle

        public java.lang.String getTitle()
      • getAchievedDescription

        public java.lang.String getAchievedDescription()
      • getUnachievedDescription

        public java.lang.String getUnachievedDescription()
      • getMaximumPoints

        public long getMaximumPoints()
      • isHidden

        public boolean isHidden()
      • isReplayable

        public boolean isReplayable()
        Since:
        Available in iOS 6.0 and later.
      • getImage

        @Deprecated
        public UIImage getImage()
        Deprecated.
        Deprecated in iOS 7.0. Use loadImageWithCompletionHandler: instead
        Since:
        Available in iOS 4.1 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • loadImage

        public void loadImage​(org.robovm.objc.block.VoidBlock2<UIImage,​NSError> completionHandler)
      • getIncompleteAchievementImage

        public static UIImage getIncompleteAchievementImage()
      • getPlaceholderCompletedAchievementImage

        public static UIImage getPlaceholderCompletedAchievementImage()
      • init

        protected long init​(NSCoder decoder)