FMX.Analytics.TAnalyticsPrivacyMessageEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAnalyticsPrivacyMessageEvent = procedure(Sender: TObject; var Activate: Boolean) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Analytics.pas
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