MCCPExtensionProvider Class Reference
class MCCPExtensionProvider
|
Plug-in extension feature provider. E.g telephony engine might have plugin features specific to call providers functionality. Plug-in specific actions can be requested via this class. Asyncronous results are are returned using
MCCPExtensionObserver
Constructor & Destructor Documentation
~MCCPExtensionProvider()
~MCCPExtensionProvider
|
(
|
)
|
[protected, inline, virtual]
|
Protected destructor. Object cannot be deleted from plug-in client (CCE).
-
Since
-
S60 3.2
Member Functions Documentation
AddObserverL(const MCCPExtensionObserver &)
Add an observer for extension related events. Currently CCE will set only one observer.
-
Since
-
S60 v3.2
-
leave
-
system error if observer adding fails
CancelRequest(TInt)
void
|
CancelRequest
|
(
|
TInt
|
aReqToCancel
|
)
|
[pure virtual]
|
Parameters
TInt
aReqToCancel
|
Id of request to cancel.
|
RemoveObserver(const MCCPExtensionObserver &)
Remove an observer.
-
Since
-
S60 v3.2
RequestCommand(TInt, TDesC8 &)
void
|
RequestCommand
|
(
|
TInt
|
aRequest,
|
|
TDesC8
&
|
aData
|
|
)
|
[pure virtual]
|
Parameters
TInt
aRequest
|
Id of request.
|
TDesC8
& aData
|
Request data.
|
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.