FMX.Analytics.AppAnalytics.TAppAnalytics.OnPrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPrivacyMessage: TAnalyticsPrivacyMessageEvent read FOnPrivacyMessage write SetOnPrivacyMessage;

C++

__property OnPrivacyMessage;

Properties

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

Description

This event handler is fired when the component needs to obtain the user consent for the tracking of usage data.

See Also