bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h
changeset 70 f5508c13dfe0
parent 57 5ebadcda06cb
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     2 * ============================================================================
     2 * ============================================================================
     3 *  Name        : bluetoothdevicedialogs.h
     3 *  Name        : bluetoothdevicedialogs.h
     4 *  Part of     : bluetoothengine / btnotif
     4 *  Part of     : bluetoothengine / btnotif
     5 *  Description : Data structures for passing dialog type and formatting between btnotif and the UI component showing the actual dialogs. Also defines identifiers for Bluetooth device dialogs.
     5 *  Description : Data structures for passing dialog type and formatting between btnotif and the UI component showing the actual dialogs. Also defines identifiers for Bluetooth device dialogs.
     6 *
     6 *
     7 *  Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
     7 *  Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies).
     8 *  All rights reserved.
     8 *  All rights reserved.
     9 *  This component and the accompanying materials are made available
     9 *  This component and the accompanying materials are made available
    10 *  under the terms of "Eclipse Public License v1.0"
    10 *  under the terms of "Eclipse Public License v1.0"
    11 *  which accompanies this distribution, and is available
    11 *  which accompanies this distribution, and is available
    12 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
    74         ESend,
    74         ESend,
    75         EGlobalNotif,
    75         EGlobalNotif,
    76         EUserAuthorization,
    76         EUserAuthorization,
    77         EReceiveProgress,
    77         EReceiveProgress,
    78         EReceiveDone,
    78         EReceiveDone,
    79         EInformationDialog
    79         EInformationDialog,
       
    80         bt_052_d_entering,
       
    81         bt_054_d_entered_popup,
       
    82         bt_056_d_no_sim,
       
    83         bt_051_d_no_carkit_connection,
       
    84         bt_053_d_unable_to_use_no_sim,
       
    85         bt_053_d_unable_to_use
    80         };
    86         };
    81 
    87 
    82     /**  Enumeration for the notification parameters data type to be configured. */
    88     /**  Enumeration for the notification parameters data type to be configured. */
    83     enum TDialogDataType
    89     enum TDialogDataType
    84         {
    90         {
   103         EBTAddress,
   109         EBTAddress,
   104         EOfflineQuery,
   110         EOfflineQuery,
   105         EMemoryFull,
   111         EMemoryFull,
   106         EFileMoved,
   112         EFileMoved,
   107         EDriveNotFound,
   113         EDriveNotFound,
   108         EUnsupportedImages
   114         EUnsupportedImages,
       
   115         ENoSimInDevice,
       
   116         EUnableToUseSAP,
       
   117         ECannotUseSAPTemporarily
   109         };
   118         };
   110     
   119     
   111     enum TDialogActionType
   120     enum TDialogActionType
   112         {
   121         {
   113         EHide,
   122         EHide,