Uses of Class
org.robovm.apple.gamekit.GKTurnBasedMatchOutcome
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKTurnBasedMatchOutcome in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKTurnBasedMatchOutcome Modifier and Type Method Description GKTurnBasedMatchOutcomeGKTurnBasedParticipant. getMatchOutcome()static GKTurnBasedMatchOutcomeGKTurnBasedMatchOutcome. valueOf(long n)Returns the enum constant of this type with the specified name.static GKTurnBasedMatchOutcomeGKTurnBasedMatchOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static GKTurnBasedMatchOutcome[]GKTurnBasedMatchOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.gamekit with parameters of type GKTurnBasedMatchOutcome Modifier and Type Method Description voidGKTurnBasedMatch. participantQuitInTurn(GKTurnBasedMatchOutcome matchOutcome, NSArray<GKTurnBasedParticipant> nextParticipants, double timeout, NSData matchData, VoidBlock1<NSError> completionHandler)voidGKTurnBasedMatch. participantQuitOutOfTurn(GKTurnBasedMatchOutcome matchOutcome, VoidBlock1<NSError> completionHandler)voidGKTurnBasedParticipant. setMatchOutcome(GKTurnBasedMatchOutcome v)