deployBroadcastReceiver

abstract fun deployBroadcastReceiver(vararg broadcastReceivers: BroadcastReceiverConfig): BroadcastReceiverDeploymentConfigurator
abstract fun deployBroadcastReceiver(broadcastReceivers: List<BroadcastReceiverConfig>): BroadcastReceiverDeploymentConfigurator

Allows the broadcast receivers referenced by broadcastReceivers to be configured to run in a specific process. The process name can be configured by the returned BroadcastReceiverDeploymentConfigurator.