Vcl.AppAnalytics.TAnalyticsPrivacyMessageEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TAnalyticsPrivacyMessageEvent)(System::TObject* Sender, bool &Activate);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.AppAnalytics.hpp Vcl.AppAnalytics Vcl.AppAnalytics

Description

An event handler that is fired when the privacy message is shown to an end user on startup.

To collect data from the user, set Activate to True. On the contrary, set Activate to False if you want to exclude the user from data collection.

See Also