You.i Engine
YiTelephonyInformationBridge.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_TELEPHONY_INFORMATION_BRIDGE_H_
3 #define _YI_TELEPHONY_INFORMATION_BRIDGE_H_
4 
10 #include "framework/YiPredef.h"
11 #include "signal/YiSignal.h"
12 
19 {
20 public:
22  {
23  RINGING = 0,
26  };
27 
30 
31  virtual void StartObservingCallStateChanges() = 0;
32  virtual void StopObservingCallStateChanges() = 0;
33 
35 };
36 
41 #endif // _YI_TELEPHONY_INFORMATION_BRIDGE_H_
CALL_STATE
Definition: YiTelephonyInformationBridge.h:21
virtual void StartObservingCallStateChanges()=0
Definition: YiTelephonyInformationBridge.h:23
virtual ~CYITelephonyInformationBridge()
Definition: YiTelephonyInformationBridge.h:29
CYITelephonyInformationBridge()
Definition: YiTelephonyInformationBridge.h:28
virtual void StopObservingCallStateChanges()=0
Definition: YiTelephonyInformationBridge.h:24
Telephony bridge which supports listening to the state of phone calls.
Definition: YiTelephonyInformationBridge.h:18
Definition: YiTelephonyInformationBridge.h:25
CYISignal< CALL_STATE > CallStateChanged
Definition: YiTelephonyInformationBridge.h:34