SAknSoftNotificationParams Struct Reference

API published in: S60 1st Ed


#include <aknnotifystd.h>

Detailed Description

Soft notification parameters.

Data Fields

TAknSoftNotificationType  iType
  The type of the soft notification,.
TBool  iIsCancel
  iIsCancel is used to decide whether to spawn a new (or add the number on an existing) soft notification or to cancel a type of soft notification.
TInt  iCount
  This parameter is intended only to be used when setting the number of new messages.

Field Documentation

TInt SAknSoftNotificationParams::iCount
 

This parameter is intended only to be used when setting the number of new messages.

Stay clear otherwise!

TBool SAknSoftNotificationParams::iIsCancel
 

iIsCancel is used to decide whether to spawn a new (or add the number on an existing) soft notification or to cancel a type of soft notification.

Please note that calling a cancel on a certain type of soft notification cancels all soft notifications of that type.

TAknSoftNotificationType SAknSoftNotificationParams::iType
 

The type of the soft notification,.

See also:
TAknSoftNotificationType

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top