DeviceSearcher

class DeviceSearcher(repository: DeviceRepository)

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun search(identifier: String): Device?

Searches a Device with the given identifier and returns it if found.