Telephony bridge which supports listening to the state of phone calls.
This bridge is only available on mobile platforms.
#include <platform/YiTelephonyInformationBridge.h>
Public Types | |
| enum | CALL_STATE { RINGING = 0, OFF_HOOK, IDLE } |
Public Member Functions | |
| CYITelephonyInformationBridge () | |
| virtual | ~CYITelephonyInformationBridge () |
| virtual void | StartObservingCallStateChanges ()=0 |
| virtual void | StopObservingCallStateChanges ()=0 |
Public Attributes | |
| CYISignal< CALL_STATE > | CallStateChanged |
|
inline |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
| CYISignal<CALL_STATE> CYITelephonyInformationBridge::CallStateChanged |