Creating
Privacy Notifiers
This section shows you how to create LBS Privacy Notifiers to handle
LBS privacy requests.
- Creating a Privacy Verification Notifier
To use the LBS Privacy Notifiers for privacy verification and privacy notification a licensee must implement a Privacy Verification Notifier that extends from the Extended Notifier Framework base class MEikSrvNotifierBase2. The licensee must override the asynchronous MEikSrvNotifierBase2::StartL() method so that the LBS subsystem can receive a privacy response from the user via the notifier.
- Creating a Privacy Notification Notifier
To use the LBS Privacy Notifiers for privacy verification and privacy notification a licensee must implement a Privacy Notification Notifier. The licensee should override the synchronous MEikSrvNotifierBase2::StartL() method that does not return a response. This is because the user cannot send a response to a privacy notification.
- Creating a Notifier ECOM Plug-in
To use the Privacy Query and Notification API to create a notifier a licensee must secondly create a notifier ECOM plug-in.
- Configuring LBS to use the Privacy Notifiers
The LBS Administration setting KLbsSettingPrivacyHandler must be set to CLbsAdmin::EPrivacyHandleByNotifier to configure LBS to use the Privacy Notifiers.
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.