Package-level declarations

Types

Link copied to clipboard
data class MultipeerAdvertisement(val handle: String, val displayName: String, val serviceType: String) : Tag

Tag for a peer discovered via Apple's MultipeerConnectivity framework.

Link copied to clipboard
expect class MultipeerPeerLinkFactory(displayName: String, serviceType: String) : Loom

Loom backed by Apple's MultipeerConnectivity framework.

Link copied to clipboard
class MultipeerRoomHost(loom: Loom, sessionConfig: Pattern) : AutoCloseable

Multipeer-Connectivity room host. Wraps a Loom and a Pattern, opens a host session via SeamRoomFactory, and exposes it as a single Room.

Link copied to clipboard

Discovers peers that are advertising over Apple's MultipeerConnectivity framework on the same Wi-Fi network or Bluetooth PAN.