ditto-lib / live.ditto / DittoKit / start

start

@JvmOverloads fun start(transports: Set<DittoTransports> = mutableSetOf( DittoTransports.WiFi, DittoTransports.Bluetooth )): Unit

Start a set of transports being used by DittoKit to connect to other devices. This has no effect if a provided transport is already started.

Parameters

transports - the set of transports to be started.