CallUIObserver

interface CallUIObserver

This class represent a call UI observer which will be notified when a call activity event has occurred.

Since

v1.4.10

Functions

Link copied to clipboard
abstract fun onActivityDestroyed(call: Call, activity: WeakReference<AppCompatActivity>)

This function will be called when the call UI has been destroyed and hidden.

Link copied to clipboard
abstract fun onActivityError(    call: Call,     activity: WeakReference<AppCompatActivity>,     error: CallException)

This function will be called when in the call UI has occurred an error.

Link copied to clipboard
abstract fun onActivityStarted(call: Call, activity: WeakReference<AppCompatActivity>)

This function will be called when the call UI has been created&shown.