inSameProcessAs

abstract fun inSameProcessAs(iviServiceHostConfig: IviServiceHostConfig): AndroidServiceDeploymentConfigurator

Configures the Android service to run in the same process as the given iviServiceHostConfig. The iviServiceHostConfig must be deployed with the IviServiceConnectionType.BINDER connection type and must be deployed as part of the same RuntimeDeploymentConfigurator.Global runtime deployment with RuntimeDeploymentConfigurator.Global.deployServiceHost.


abstract fun inSameProcessAs(androidServiceConfig: AndroidServiceConfig): AndroidServiceDeploymentConfigurator

Configures the Android service to run in the same process as another Android service identified by androidServiceConfig. The androidServiceConfig needs to be deployed as part of the same RuntimeDeploymentConfigurator.Global runtime deployment with RuntimeDeploymentConfigurator.Global.deployAndroidService.


abstract fun inSameProcessAs(broadcastReceiverConfig: BroadcastReceiverConfig): AndroidServiceDeploymentConfigurator

Configures the Android service to run in the same process as a broadcast receiver identified by broadcastReceiverConfig. The broadcastReceiverConfig needs to be deployed as part of the same RuntimeDeploymentConfigurator.Global runtime deployment with RuntimeDeploymentConfigurator.Global.deployBroadcastReceiver.