class MSenFilesObserver |
Callback interface for transfer progress observer. Typically, this interface is implemented by applications that want to monitor how many bytes (of a file, request, or response) have been sent or received during a transaction. Callback is thus often integrated to progress bar implementations in UI layer. Note: UID of this interface is KSenInterfaceUidFilesObserver.
void | TransferProgress | ( | TInt | aTxnId, |
TBool | aIncoming, | |||
const TDesC8 & | aMessage, | |||
const TDesC8 & | aCid, | |||
TInt | aProgress | |||
) | [pure virtual] |
This method is called when new part of BLOB is sent or received.
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.