getEstimatedWaitTime

abstract fun getEstimatedWaitTime(practiceRegionId: String): DataObserver<WaitTime>

Returns the estimated wait time for a practice region. This estimate is cached and re-calculated once every 5 minutes.

Return

The estimated wait time for the given practice region

Parameters

practiceRegionId

The id of the practice region to check wait time for, as returned in getVirtualPractice.

Throws