Class GKPeerPickerConnectionType


  • public final class GKPeerPickerConnectionType
    extends java.lang.Object
    Connection types
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Nearby
      Nearby (Bluetooth) based multiplayer connection
      static long Online
      Online (Internet) based multiplayer connection
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Online

        public static final long Online
        Online (Internet) based multiplayer connection
        See Also:
        Constant Field Values
      • Nearby

        public static final long Nearby
        Nearby (Bluetooth) based multiplayer connection
        See Also:
        Constant Field Values