Class GKMatchmakerViewController

    • Constructor Detail

      • GKMatchmakerViewController

        public GKMatchmakerViewController()
      • GKMatchmakerViewController

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

        protected GKMatchmakerViewController​(NSObject.SkipInit skipInit)
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(GKMatchRequest request)
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(GKInvite invite)
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(java.lang.Class<? extends UINavigationBar> navigationBarClass,
                                          java.lang.Class<? extends UIToolbar> toolbarClass)
        Since:
        Available in iOS 5.0 and later.
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(UIViewController rootViewController)
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(java.lang.String nibNameOrNil,
                                          NSBundle nibBundleOrNil)
      • GKMatchmakerViewController

        public GKMatchmakerViewController​(NSCoder decoder)
    • Method Detail

      • isHosted

        public boolean isHosted()
      • setHosted

        public void setHosted​(boolean v)
      • getDefaultInvitationMessage

        @Deprecated
        public java.lang.String getDefaultInvitationMessage()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 5.0 and later.
      • setDefaultInvitationMessage

        @Deprecated
        public void setDefaultInvitationMessage​(java.lang.String v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 5.0 and later.
      • init

        protected long init​(GKInvite invite)
      • addPlayersToMatch

        public void addPlayersToMatch​(GKMatch match)
        Since:
        Available in iOS 5.0 and later.
      • setHostedPlayer

        @Deprecated
        public void setHostedPlayer​(java.lang.String playerID,
                                    boolean connected)
        Deprecated.
        Deprecated in iOS 8.0. use setHostedPlayer:didConnect:
        Since:
        Available in iOS 5.0 and later.
      • setHostedPlayer

        public void setHostedPlayer​(GKPlayer player,
                                    boolean connected)
        Since:
        Available in iOS 8.0 and later.