class TSecurityNotification |
Parameters for requesting a security code query.
Example: include <etelmm.h> User::LeaveIfError( iNotifier.Connect() ); // iNotifier is an RNotifier member variable TSecurityNotificationPckg params; params().iStartup = EFalse; params().iEvent = RMobilePhone::EPin1Required; iNotifier.StartNotifierAndGetResponse( iStatus, KSecurityNotifierUid, params, iResult ); SetActive();
TInt | iEvent |
One of RMobilePhone::TMobilePhoneSecurityEvent enumeration values. Identifies the code to request.
TBool | iStartup |
Indicates whether the code is requested during system start-up or after it. During system startup the code query dialogs will have no cancel button and emergency call support is enabled. After system startup the code query dialogs will have a cancel possibility.
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.