IviDiscoverableServiceIdsMap

data class IviDiscoverableServiceIdsMap(discoverableServiceIds: Map<KClass<*>, List<IviServiceId>> = emptyMap())

Constructors

Link copied to clipboard
fun IviDiscoverableServiceIdsMap(discoverableServiceIds: Map<KClass<*>, List<IviServiceId>> = emptyMap())

Functions

Link copied to clipboard
fun getDiscoverableServiceId(interfaceClass: KClass<*>): IviServiceId
Link copied to clipboard
fun getDiscoverableServiceIdWithIndex(interfaceClass: KClass<*>, index: Int): IviServiceId