class MMceInSessionObserver |
An interface to be implemented by users of MCE if they wish to receive invitations to session from network.
This observer is set using CMceManager::SetInSessionObserver function.
mceclient.lib
Public Member Functions | |
---|---|
void | IncomingSession ( CMceInSession *, TMceTransactionDataContainer *) |
void | IncomingUpdate ( CMceSession &, CMceInSession *, TMceTransactionDataContainer *) |
void | IncomingSession | ( | CMceInSession * | aSession, |
TMceTransactionDataContainer * | aContainer | |||
) | [pure virtual] |
Incoming session invitation. The CMceInSession is given to the application as a callback.
CMceInSession * aSession | |
TMceTransactionDataContainer * aContainer |
void | IncomingUpdate | ( | CMceSession & | aOrigSession, |
CMceInSession * | aUpdatedSession, | |||
TMceTransactionDataContainer * | aContainer | |||
) | [pure virtual] |
Incoming session update. The new updated CMceInSession is given to the application as a callback.
CMceSession & aOrigSession | |
CMceInSession * aUpdatedSession | |
TMceTransactionDataContainer * aContainer |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.