createServiceHandler

abstract fun <T : CommunicationsServiceBase> createServiceHandler(lifecycleOwner: LifecycleOwner, stub: T): CommunicationsServiceHandler

Creates a service handler that can be used to call into the specified stub.