#include <SyncMLContactSuiteProgressClient.h>
class RContactSuiteSyncMLSession : public RSyncMLSession |
Public Member Functions | |
---|---|
IMPORT_C void | CloseContactSuiteSession() |
IMPORT_C void | RequestContactSuiteProgressL(TInt, MSyncMLProgressObserver &) |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
A client handle to a SyncML Sync Agent session and to listen the sync progress notifications.
An instance of this class must be created in order to instantiate any of the other client-side classes.
Accessor methods are provided to enable clients to retrieve identifiers of current and queued jobs, and of available profiles, transports, and data providers. These IDs can be used to open handles on these objects in order to manipulate them.
Clients can request notifications of events related to jobs, profiles, transports, and the SyncML Agent, and can request progress for the currently running job.
IMPORT_C void | RequestContactSuiteProgressL | ( | TInt | aProfileId, |
MSyncMLProgressObserver & | aProgressObserver | |||
) |