class TVcxNotifierParams |
TVcxNotifierParams class. Class is used as message between vcxconnectionutility and notifier plugin. Message is to be sent to notifier, when connection is being created for showing "connecting.." or similar msg and when connection creation is ready.
When connection is to be created, vcxconnectionutility sends message via through notifier server where it's passed to the notifier plugin with uid of KVcxNotifierImplUid vcxconnectionutility might pass additional message string to be shown in the dialogg with iMsg descriptor.
EConnecting (1), when notifier should show dialog asynchronously
EConnected (2), when vcxconnectionutility wants plugin to close dialog synchronously enums are defined in vcxconnectionutility.hrh
If plugin wants to nofify about closing of dialog before vcxconnectionutility wants it to be closed. it should complete async dialog showing with result of KErrCancel.
Public Member Enumerations | |
---|---|
enum | TVcxNotifierEventId { EConnecting = 1, EConnected } |
Public Attributes | |
---|---|
TInt | iEvent |
TBuf< KConnUtilMaxMsgLen > | iMsg |
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.