Package apple.gamekit.c
Class GameKit
- java.lang.Object
-
- apple.gamekit.c.GameKit
-
public final class GameKit extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringGKErrorDomain()static doubleGKExchangeTimeoutDefault()use a default timeout of one daystatic doubleGKExchangeTimeoutNone()static java.lang.StringGKGameSessionErrorDomain()static java.lang.StringGKPlayerAuthenticationDidChangeNotificationName()Notification will be posted whenever authentication status changes.static java.lang.StringGKPlayerDidChangeNotificationName()Notification will be posted whenever the player details changes.static java.lang.StringGKPlayerIDNoLongerAvailable()Deprecated methods that previously returned player IDs will return GKPlayerIDNoLongerAvailable instead.static java.lang.StringGKSessionErrorDomain()domainstatic doubleGKTurnTimeoutDefault()use a default timeout of one weekstatic doubleGKTurnTimeoutNone()static java.lang.StringGKVoiceChatServiceErrorDomain()
-
-
-
Method Detail
-
GKErrorDomain
public static java.lang.String GKErrorDomain()
-
GKGameSessionErrorDomain
public static java.lang.String GKGameSessionErrorDomain()
-
GKPlayerDidChangeNotificationName
public static java.lang.String GKPlayerDidChangeNotificationName()
Notification will be posted whenever the player details changes. The object of the notification will be the player.
-
GKTurnTimeoutDefault
public static double GKTurnTimeoutDefault()
use a default timeout of one week
-
GKTurnTimeoutNone
public static double GKTurnTimeoutNone()
-
GKExchangeTimeoutDefault
public static double GKExchangeTimeoutDefault()
use a default timeout of one day
-
GKExchangeTimeoutNone
public static double GKExchangeTimeoutNone()
-
GKPlayerAuthenticationDidChangeNotificationName
public static java.lang.String GKPlayerAuthenticationDidChangeNotificationName()
Notification will be posted whenever authentication status changes.
-
GKSessionErrorDomain
public static java.lang.String GKSessionErrorDomain()
domain
-
GKVoiceChatServiceErrorDomain
public static java.lang.String GKVoiceChatServiceErrorDomain()
-
GKPlayerIDNoLongerAvailable
public static java.lang.String GKPlayerIDNoLongerAvailable()
Deprecated methods that previously returned player IDs will return GKPlayerIDNoLongerAvailable instead.
-
-