lbsprivacyextnotifiers.h File Reference

const TUint32 KLbsExtLocationRequestNotifyUidValue

const TUint32 KLbsExtLocationRequestNotifyUidValue

Defines a TUint for the Uid of the dialog used to notify the user that an external location request has been received. The user has no choice over whether to accept or reject the request.

const TUid KLbsExtLocationRequestNotifyUid

const TUid KLbsExtLocationRequestNotifyUid

The Uid of the dialog used to notify the user that an external location request has been received. The user has no choice over whether to accept or reject the request.

const TUint32 KLbsExtLocationRequestVerifyUidValue

const TUint32 KLbsExtLocationRequestVerifyUidValue

Defines a TUint for the Uid of the dialog used to ask the user to verify whether they want to accept or reject an an external location.

const TUid KLbsExtLocationRequestVerifyUid

const TUid KLbsExtLocationRequestVerifyUid

The Uid of the dialog used to ask the user to verify whether they want to accept or reject an an external location.

Typedef TLbsPrivacyNotifierParamsPckg

typedef TPckgBuf < TLbsPrivacyNotifierParams > TLbsPrivacyNotifierParamsPckg

A typedef to wrap a TLbsPrivacyNotifierParams in a TPckgBuf . Use this type to send the notifier parameters to a dialog via the RNotifier API.

Both the LBS privacy notification and verification dialogs require this information.

Typedef TLbsPrivacyResponseParamsPckg

typedef TPckgBuf < TLbsPrivacyResponseParams > TLbsPrivacyResponseParamsPckg

A typedef to wrap a TLbsPrivacyResponseParams in a TPckgBuf . Use this type to retrieve the result paramaters from a dialog via the RNotifier API.

Only the LBS privacy verification dialog returns this information.