FMX.Analytics.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 FMX.Analytics.hpp FMX.Analytics FMX.Analytics

Description

An event handler which is fired when a TCustomAnalytics component needs to notify the user about the application usage tracking and obtain the permission of the user to allow this tracking.

Use the Activate parameter to indicate whether or not the user consent has been provided.

See Also