DeviceInfo

data class DeviceInfo(val name: String, val serviceId: String, val strategy: ConnectionStrategy)

Constructors

Link copied to clipboard
constructor(name: String, serviceId: String, strategy: ConnectionStrategy)

Properties

Link copied to clipboard

A human readable name for this endpoint, to appear on the remote device. Defined by client/application.

Link copied to clipboard

An identifier to advertise your app to other endpoints. This can be an arbitrary string, so long as it uniquely identifies your service. A good default is to use your app's package name.

Link copied to clipboard