FMX.Analytics.AppAnalytics.TAppAnalytics.PrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrivacyMessage;

C++

__property PrivacyMessage;

Properties

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

Description

This property contains the text that will be displayed in a dialog with Yes and No buttons to obtain user consent for activity tracking.

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

This property contains the text that will be displayed in a dialog with Yes and No buttons to obtain user consent for activity tracking.

If you define the OnPrivacyMessage event handler, then this event will take precedence over the PrivacyMessage text and this text will not be displayed.

See Also