CommunicationsServerContext
class CommunicationsServerContext( val context: Context, val lifecycleOwner: LifecycleOwner, val communicationsServerFactory: CommunicationsServerFactory)
Content copied to clipboard
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)
Content copied to clipboard