CPhCltUssdInt Class Reference

class CPhCltUssdInt : public CPhCltUssd

Interface for sending messages.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

CPhCltUssdInt()

CPhCltUssdInt()[protected]

C++ constructor.

Member Functions Documentation

AppStarting()

TInt AppStarting()[protected, pure virtual]

UI informs that it is been created

AppTerminating(TPhCltUssdAppExitReason)

IMPORT_C TIntAppTerminating(TPhCltUssdAppExitReasonaExitReason)[protected, pure virtual]

UI informs that it is terminating.

Parameters

TPhCltUssdAppExitReason aExitReasonThe reason why the application was terminated.

AppToBackground()

TInt AppToBackground()[protected, pure virtual]

UI informs that it is gone background.

AppToForeground()

TBool AppToForeground()[protected, pure virtual]

UI informs that it is brougth to foreground.

NewL(TBool)

IMPORT_C CPhCltUssdInt *NewL(TBoolaShowNotes = ETrue)[static]

Two-phased constructor.

Parameters

TBool aShowNotes = ETrueIf ETrue, notes are shown.