resetServicesWithInactivityCheck

@MainThread
fun resetServicesWithInactivityCheck()

Resets the IviServiceManager within this process. This method facilitates starting with a clean slate between test executions, without fully killing the process.

It is only possible to reset the IviServiceManager while all LifecycleOwners provided to the <Service>.createApi() methods, within this process, are stopped or destroyed. If this is not the case at the time method called, IllegalStateException will be thrown.