VoIPTimerObserver

interface VoIPTimerObserver

Created by streamwide on 12/23/16. Interface to listen for changes on the Timer.

Functions

Link copied to clipboard
abstract fun onCallTimeStart()
Timer has started.
Link copied to clipboard
abstract fun onCallTimeStop()
Timer has been stopped.
Link copied to clipboard
abstract fun onTick(@NonNull formattedTime: String)
Timer has been changed.