CAknSoftNotificationParameters Class Reference
| class CAknSoftNotificationParameters : public CBase |
Inherits from
- CAknSoftNotificationParameters
| Public Member Functions |
|---|
| ~CAknSoftNotificationParameters() |
| IMPORT_C CAknSoftNotificationParameters * | NewL() |
| IMPORT_C CAknSoftNotificationParameters * | NewL(const TDesC &, TInt, TInt, TInt, CAknNoteDialog::TTone) |
| IMPORT_C CAknSoftNotificationParameters * | NewL(const TDesC &, TInt, TInt, TInt, CAknNoteDialog::TTone, TVwsViewId, TUid, TInt, const TDesC8 &) |
| void | SetGroupedTexts(TInt) |
| void | SetPluralViewId(const TVwsViewId &) |
Constructor & Destructor Documentation
CAknSoftNotificationParameters()
| CAknSoftNotificationParameters | ( | ) | [protected, inline] |
~CAknSoftNotificationParameters()
| IMPORT_C | ~CAknSoftNotificationParameters | ( | ) | |
Member Functions Documentation
NewL()
Static constructor for creating custom soft notification parameters. Initializes the member variables with null values.
NewL(const TDesC &, TInt, TInt, TInt, CAknNoteDialog::TTone)
Static constructor for creating custom soft notification parameters.
Parameters
| const TDesC & aResourceFile | Full resource file name (containing drive and path). |
| TInt aNoteResourceId | Resource ID in given resource file. Must be a resource of type AVKON_NOTE. |
| TInt aPriority | Priority for soft notification. |
| TInt aSoftkeys | Resource ID for softkeys. Must be from avkon.rsg. |
| CAknNoteDialog::TTone aTone | Tone for soft notification. |
NewL(const TDesC &, TInt, TInt, TInt, CAknNoteDialog::TTone, TVwsViewId, TUid, TInt, const TDesC8 &)
Static constructor for creating custom soft notification parameters.
Parameters
| const TDesC & aResourceFile | Full resource file name (containing drive and path). |
| TInt aNoteResourceId | Resource ID in given resource file. Must be a resource of type AVKON_NOTE. |
| TInt aPriority | Priority for soft notification. |
| TInt aSoftkeys | Resource ID for softkeys. Must be from avkon.rsg. |
| CAknNoteDialog::TTone aTone | Tone for soft notification. |
| TVwsViewId aViewId | View ID of the view where to switch in case user chooses accept softkey in the soft notification. |
| TUid aCustomMessageId | Custom Uid sent to the view in the view activation process. |
| TInt aAcceptKeyId | ID of a softkey used for accepting the query. Exiting type softkeys (e.g. "cancel", "exit", "back", "done", etc.) should not be used. |
| const TDesC8 & aViewActivationMsg | Custom message sent to the view in the view activation process. |
SetGroupedTexts(TInt)
| void | SetGroupedTexts | ( | TInt | aGroupedTextsID | ) | [inline] |
Sets the texts to be used when the soft notification is displayed in grouped form. Calling this method with non-null parameter also indicates that the soft notification supports grouped form.
Parameters
| TInt aGroupedTextsID | Resource identifier pointing to AVKON_GROUPED_NOTE_TEXTS resource. The resource can have singular and plural labels. See avkon.rh for details. |
SetPluralViewId(const TVwsViewId &)
| void | SetPluralViewId | ( | const TVwsViewId & | aViewId | ) | [inline] |
Legacy support. Sets the plural view ID.
Member Data Documentation
TInt
iAcceptSoftKey
|
TInt
| iAcceptSoftKey | [protected] |
TUid
iCustomMessageId
|
TUid
| iCustomMessageId | [protected] |
TInt
iGroupedTextResourceId
|
TInt
| iGroupedTextResourceId | [protected] |
TInt
iNoteResourceId
|
TInt
| iNoteResourceId | [protected] |
TInt
iPriority
|
TInt
| iPriority | [protected] |
HBufC * iResourceFile
|
HBufC * | iResourceFile | [protected] |
TInt
iSoftkeys
|
TInt
| iSoftkeys | [protected] |
CAknNoteDialog::TTone
iTone
HBufC8 * iViewActivationMsg
|
HBufC8 * | iViewActivationMsg | [protected] |
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.