ServiceProvider

interface ServiceProvider

Functions

Link copied to clipboard
abstract fun getServiceByName(name: String): ServiceInfo?
Link copied to clipboard
abstract fun getServiceByUUID(uuid: UUID): ServiceInfo?
Link copied to clipboard
Link copied to clipboard
abstract fun services(): List<ServiceInfo>