TVcxNotifierParams Class Reference

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.

Event can be either:
  • 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.

Member Enumerations Documentation

Enum TVcxNotifierEventId

Enumerators

EConnecting = 1
EConnected

Member Data Documentation

TInt iEvent

TInt iEvent

Event.

TBuf< KConnUtilMaxMsgLen > iMsg

TBuf < KConnUtilMaxMsgLen > iMsg

String message.