Package apple.gamekit.enums
Class GKMatchSendDataMode
- java.lang.Object
-
- apple.gamekit.enums.GKMatchSendDataMode
-
public final class GKMatchSendDataMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longReliablestatic longUnreliablea.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs
-
-
-
Field Detail
-
Reliable
public static final long Reliable
- See Also:
- Constant Field Values
-
Unreliable
public static final long Unreliable
a.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs- See Also:
- Constant Field Values
-
-