MCaUiReconnectQueryObserver Class Reference

class MCaUiReconnectQueryObserver

Defines the interface for the observers of the CCaUiReconnectQuery .

cauiengine.lib
Since
5.0
Public Member Functions
void OptionSelected ( TCaUiReconType )
Public Member Enumerations
enum TCaUiReconType { ECallUiReconTypeCancel  = -1, ECallUiReconTypeVoice  = 0, ECallUiReconTypeVideo  = 1, ECallUiReconTypeMsg  = 2 }

Member Functions Documentation

OptionSelected(TCaUiReconType)

void OptionSelected ( TCaUiReconType aOption ) [pure virtual]

User selected option notification.

Parameters

TCaUiReconType aOption User selected option for reconnect query.

Member Enumerations Documentation

Enum TCaUiReconType

Enumerators

ECallUiReconTypeCancel = -1
ECallUiReconTypeVoice = 0
ECallUiReconTypeVideo = 1
ECallUiReconTypeMsg = 2