CommunicationsServerContext

class CommunicationsServerContext(    val context: Context,     val lifecycleOwner: LifecycleOwner,     val communicationsServerFactory: CommunicationsServerFactory)

Provides context for a CommunicationsServer.

The specified communicationsServerFactory will provide the meta-data that specifies which service the CommunicationsServer will provide.

See also

Constructors

Link copied to clipboard
fun CommunicationsServerContext(    context: Context,     lifecycleOwner: LifecycleOwner,     communicationsServerFactory: CommunicationsServerFactory)

Properties

Link copied to clipboard
Link copied to clipboard
val context: Context
Link copied to clipboard
val lifecycleOwner: LifecycleOwner