OffloadingServiceStatus

data class OffloadingServiceStatus(val pipeline: Pipeline, val registrationListener: NsdManager.RegistrationListener)

Data class representing the status of an offloading service.

Constructors

Link copied to clipboard
constructor(pipeline: Pipeline, registrationListener: NsdManager.RegistrationListener)

Properties

Link copied to clipboard
val pipeline: Pipeline

the pipeline associated with the offloading service.

Link copied to clipboard

the registration listener associated with the offloading service.

Functions

Link copied to clipboard
operator fun component1(): Pipeline
Link copied to clipboard
Link copied to clipboard
fun copy(pipeline: Pipeline, registrationListener: NsdManager.RegistrationListener): OffloadingServiceStatus