You.i Engine
CYITelephonyInformationBridge Class Referenceabstract

Detailed Description

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_STATECallStateChanged
 

Member Enumeration Documentation

Enumerator
RINGING 
OFF_HOOK 
IDLE 

Constructor & Destructor Documentation

CYITelephonyInformationBridge::CYITelephonyInformationBridge ( )
inline
virtual CYITelephonyInformationBridge::~CYITelephonyInformationBridge ( )
inlinevirtual

Member Function Documentation

virtual void CYITelephonyInformationBridge::StartObservingCallStateChanges ( )
pure virtual
virtual void CYITelephonyInformationBridge::StopObservingCallStateChanges ( )
pure virtual

Member Data Documentation

CYISignal<CALL_STATE> CYITelephonyInformationBridge::CallStateChanged

The documentation for this class was generated from the following file: