DittoTransport

@objc
public enum DittoTransport : Int, CaseIterable

This enumeration lists the transports that DittoKit can use to connect to other devices.

  • wifi: Wi-Fi.
  • bluetooth: Bluetooth.
  • awdl: AWDL (Apple Wireless Direct Link).
  • Undocumented

    Declaration

    Swift

    case bluetooth
  • Undocumented

    Declaration

    Swift

    case wifi
  • Undocumented

    Declaration

    Swift

    case awdl