|
Data Structures |
struct | SAknSignalNotifyParams |
| Signal state notifier parameter structure. More...
|
struct | SAknBatteryNotifyParams |
| Battery state notifier parameter structure. More...
|
struct | SAknSmallIndicatorParams |
| Small indicator notifier parameter structure. More...
|
struct | SAknIncallBubbleParams |
| Incall status bubble notifier parameter structure. More...
|
struct | SAknSoftNoteNotifierParams |
| Soft note notifier parameter structure. More...
|
struct | SAknKeyLockNotifierParams |
| Key lock notifier parameter structure. More...
|
struct | SAknGlobalNoteParams |
| Global note parameters. More...
|
struct | SAknGlobalNoteReturnParams |
| Global note return parameter structure. More...
|
struct | SAknGlobalListQueryParams |
| Global list query parameter structure. More...
|
struct | SAknGlobalMsgQueryParams |
| Global message query parameter structure. More...
|
struct | SAknGlobalProgressDialogParams |
| Global progress note parameter structure. More...
|
struct | SAknSoftNotificationParams |
| Soft notification parameters. More...
|
struct | SAknMemoryCardUIParams |
class | MAknUINotifierBase |
Enumerations |
enum | TKeyLockNotifierReason {
ELockEnabled,
ELockDisabled,
EAllowNotifications,
EStopNotifications,
EInquire,
EOfferKeylock,
ECancelAllNotifications,
EEnableAutoLockEmulation,
EDisableWithoutNote,
EEnableWithoutNote,
ECommandFSWToHideApplication = 99
} |
| Key lock notifier reasons. More...
|
enum | TAknGlobalNoteType {
EAknGlobalInformationNote = 1,
EAknGlobalWarningNote,
EAknGlobalConfirmationNote,
EAknGlobalErrorNote,
EAknGlobalChargingNote,
EAknGlobalWaitNote,
EAknGlobalPermanentNote,
EAknGlobalNotChargingNote,
EAknGlobalBatteryFullNote,
EAknGlobalBatteryLowNote,
EAknGlobalRechargeBatteryNote,
EAknCancelGlobalNote,
EAknGlobalTextNote,
EAknGlobalBatteryFullUnplugNote = 105,
EAknGlobalUnplugChargerNote
} |
| Global note types. More...
|
enum | TAknGlobalQueryCmd {
EAknShowGlobalQuery = 1,
EAknCancelGlobalQuery,
EAknUpdateGlobalQuery,
EAknMoveDownGlobalListQuery,
EAknMoveUpGlobalListQuery,
EAknSelectGlobalListQuery,
EAknFinishGlobalProgressDialog
} |
| Global query commands. More...
|
enum | TAknSoftNotificationType {
ENoSoftNotification = -1,
ENetworkInformationNotification = 0,
ESelectNetworkNotification,
EUnstructuredSSDataNotification,
EVoiceMailNotification,
ESeparateVoiceMailOnLine1Notification,
ESeparateVoiceMailOnLine2Notification,
ECellBroadcastNotification,
EDeliveryReportNotification,
EClass0SmsNotification,
EMissedCallsNotification,
ENewMessagesNotification,
ENewMailNotification,
EShowActiveNotifications,
EShowGroupedNotification,
ECustomSoftNotification,
EChatMessageNotification,
EMaxSoftNotification,
ESetIdleState = 100
} |
| Soft notification types. More...
|
enum | TAknSignalStates {
EAknSignalGprsStateOff = 0,
EAknSignalGprsStateOn = 1,
EAknSignalGprsStateNotChanged = -1,
EAknSignalStateNotChanged = -2,
EAknSignalGprsIndicatorBgTypeNotDefined = -3,
EAknSignalGprsIndicatorBgTypeWipe = -4,
EAknSignalGprsIndicatorBgTypeSolid = -5
} |
Variables |
const TUid | KAknPopupNotifierUid = {0x100059DC} |
const TUid | KAknSignalNotifierUid = {0x100059AB} |
| UID for identifying AVKON signal notifier.
|
const TUid | KAknBatteryNotifierUid = {0x100059AC} |
| UID for identifying AVKON battery notifier.
|
const TUid | KAknSmallIndicatorUid = {0x100059AD} |
| UID for identifying AVKON indicator notifier.
|
const TUid | KAknAsyncDemoNotifierUid = {0x100059AE} |
const TUid | KAknTestNoteUid = {0x100059AF} |
const TUid | KAknKeyLockNotifierUid = {0x100059B0} |
| UID for identifying AVKON key lock notifier.
|
const TUid | KAknGlobalNoteUid = {0x100059B1} |
| UID for identifying AVKON global note notifier.
|
const TUid | KAknSoftNotificationUid = {0x100059B2} |
| UID for identifying AVKON soft notification notifier.
|
const TUid | KAknIncallBubbleUid = {0x100059B3} |
| UID for identifying AVKON incall bubble notifier.
|
const TUid | KAknGlobalListQueryUid = {0x100059B4} |
| UID for identifying AVKON list query notifier.
|
const TUid | KAknGlobalMsgQueryUid = {0x100059CB} |
| UID for identifying AVKON message query notifier.
|
const TUid | KAknGlobalConfirmationQueryUid = {0x100059DB} |
| UID for identifying AVKON confirmation query notifier.
|
const TUid | KAknGlobalProgressDialogUid = {0x10005A04} |
| UID for identifying AVKON progress dialog notifier.
|
const TUid | KAknMemoryCardDialogUid = {0x101F467A} |
const TUid | KAknNotifierControllerUid = {0x1020721C} |
const TUid | EAknNotifierChannelNote = {1} |
| AVKON notifier channel UID for notes.
|
const TUid | EAknNotifierChannelList = {2} |
| AVKON notifier channel UID for lists.
|
const TUid | EAknNotifierChannelMsgQuery = {3} |
| AVKON notifier channel UID for message queries.
|
const TUid | EAknNotifierChannelConfirmationQuery = {4} |
| AVKON notifier channel UID for confirmation queries.
|
const TUid | EAknNotifierChannelProgressDialog = {5} |
| AVKON notifier channel UID for progress dialogs.
|
const TInt | KAknSignalNumberOfGprsStates = 6 |