Package com.incode.welcome_sdk.listeners
Interface EstimatedWaitingTimeListener
-
- All Implemented Interfaces:
public interface EstimatedWaitingTimeListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onEstimatedWaitingTime(intĀ waitingTimeInSeconds)
Called only once with the estimated waiting time in the queue. -
-
Method Detail
-
onEstimatedWaitingTime
abstract void onEstimatedWaitingTime(intĀ waitingTimeInSeconds)
Called only once with the estimated waiting time in the queue. Waiting time is in seconds.
-
-
-
-