class CAknSoftNotificationParameters : public CBase |
Utility implementation for 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 &) |
Protected Member Functions | |
---|---|
CAknSoftNotificationParameters () |
IMPORT_C CAknSoftNotificationParameters * | NewL | ( | ) | [static] |
Static constructor for creating custom soft notification parameters. Initializes the member variables with null values.
IMPORT_C CAknSoftNotificationParameters * | NewL | ( | const TDesC & | aResourceFile, |
TInt | aNoteResourceId, | |||
TInt | aPriority, | |||
TInt | aSoftkeys, | |||
CAknNoteDialog::TTone | aTone | |||
) | [static] |
Static constructor for creating custom soft notification 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. |
IMPORT_C CAknSoftNotificationParameters * | NewL | ( | const TDesC & | aResourceFile, |
TInt | aNoteResourceId, | |||
TInt | aPriority, | |||
TInt | aSoftkeys, | |||
CAknNoteDialog::TTone | aTone, | |||
TVwsViewId | aViewId, | |||
TUid | aCustomMessageId, | |||
TInt | aAcceptKeyId, | |||
const TDesC8 & | aViewActivationMsg | |||
) | [static] |
Static constructor for creating custom soft notification 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. |
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.
TInt aGroupedTextsID | Resource identifier pointing to AVKON_GROUPED_NOTE_TEXTS resource. The resource can have singular and plural labels. See avkon.rh for details. |
void | SetPluralViewId | ( | const TVwsViewId & | aViewId | ) | [inline] |
Legacy support. Sets the plural view ID.
const TVwsViewId & aViewId | Plural view ID. |
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.