getServiceProvider

fun getServiceProvider(): IviServiceProvider

Returns the IviServiceProvider that can only provide global IVI service API instances.


fun getServiceProvider(iviInstanceId: IviInstanceId): IviInstanceBoundIviServiceProvider

Returns the IviServiceProvider that is bound to the given iviInstanceId. The returned IviServiceProvider can provide IVI service API instances that are bound to the given IviInstanceId, and global IVI service API instances.