API:FMX.Analytics.AppAnalytics.TAppAnalytics.OnPrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPrivacyMessage;

C++

__property OnPrivacyMessage;

Properties

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

Description

Event handler which occurs when the component needs to obtain the user consent for tracking the activity.

FMX.Analytics.AppAnalytics.TAppAnalytics.OnPrivacyMessage inherits from FMX.Analytics.TCustomAnalytics.OnPrivacyMessage. All content below this line refers to FMX.Analytics.TCustomAnalytics.OnPrivacyMessage.

Event handler which occurs when the component needs to obtain the user consent for tracking the activity.

See Also