createIviInstanceBoundConnectionManager

fun createIviInstanceBoundConnectionManager(    iviInstanceId: IviInstanceId,     lifecycleOwner: LifecycleOwner,     onConnectionRequestedChangedHandler: OnConnectionRequestedChangedHandler): IviServiceConnectionManagerImpl<C, D, P, PO, LP>

Creates a IVI instance bound connection manager corresponding to this interface registration entry and the given iviInstanceId.

Return

The connection manager corresponding to this interface registration entry.

Parameters

onConnectionRequestedChangedHandler

Connection requested changed handler.