Vcl.AppAnalytics.TAppAnalytics.OnPrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPrivacyMessage: TAnalyticsPrivacyMessageEvent read

C++

__property TAnalyticsPrivacyMessageEvent OnPrivacyMessage = {read=FOnPrivacyMessage, write=SetOnPrivacyMessage};

Properties

Type Visibility Source Unit Parent
event published
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

This event is called when AppAnalytics needs to notify the end user that their actions are being tracked (and preferably get permission).

This happens the first time the application is started for a given end user (combination of computer/user, as defined by HKEY_CURRENT_USER registry key), and can be made to happen at any time by calling CheckPrivacy.

See Also