Class GKSendDataMode


  • public final class GKSendDataMode
    extends java.lang.Object
    Delivery options for GKSession's -(BOOL)sendData... methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Reliable  
      static int Unreliable
      a.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unreliable

        public static final int Unreliable
        a.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs
        See Also:
        Constant Field Values