Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SyncMLAlertInfo.h>
Link against: smlclient.lib
This item is not part of the S60 5th Edition SDK

Class CSmlAlertInfo

class CSmlAlertInfo : public CBase;

Description

Information about an alert notification.

Push message parsers are responsible for generating one (or more) of these objects as a result of parsing a message, whether the parse is successful or not.

Not all details will be applicable to all alerts.

If parsing is successful, and a profile ID is specified, the Agent uses this information to generate a job (based upon the 'job control' value specified), prompting the user first if neccessary If parsing fails, parsers should try to fill in as much information as they can.

Derivation

Members

Defined in CSmlAlertInfo:

Inherited from CBase:


Member enumerations


Enum TJobControl

TJobControl

Description

Specifies whether a job should be created for an alert.

EDoNotCreateJob

Do not create a job.

ECreateJob

Create a job.

EInformJob

Inform the user that a job is being created.

EConfirmJob

Get confirmation from the user that a job should be created.