eventsui/eventshandlerui/eventsnotifier/evtinfonote/inc/evtinfonoteinterface.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Events Info Note Interface definition
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef EVTINFONOTEINTERFACE_HRH
       
    19 #define EVTINFONOTEINTERFACE_HRH
       
    20 
       
    21 /**
       
    22  * Interfaces for display the Events UI trigger fire Information
       
    23  */
       
    24 const TUid KEvtInfoNote                 = { 0x2001E66C };
       
    25 const TUid KEvtInfoNoteChannel          = { 0x10009D48 };
       
    26 
       
    27 
       
    28 /**
       
    29  * Enumeration value for the result from the Event info note
       
    30  */
       
    31 enum TEvtInfoNoteResult
       
    32     {
       
    33     /**
       
    34      * Enumeration value requesting the display of the trigger
       
    35      */
       
    36     EOpenTrigger    = 6000,
       
    37     
       
    38     /**
       
    39      * Enumeration value request the client application to
       
    40      * expand the description field
       
    41      */
       
    42     EShowDetails,
       
    43     
       
    44     /**
       
    45      * Enumeration value requesting to snooze the trigger
       
    46      */
       
    47     ESnoozeTrigger,
       
    48     
       
    49     /**
       
    50      * Enumeration value requesting closure of the info note
       
    51      */
       
    52     ECloseInfoNote
       
    53     };
       
    54 
       
    55 #endif // EVTINFONOTEINTERFACE_HRH