FMX.Analytics.TCustomAnalytics.PrivacyMessage
Delphi
property PrivacyMessage: TStrings read FPrivacyMessage write SetPrivacyMessage;
C++
__property System::Classes::TStrings* PrivacyMessage = {read=FPrivacyMessage, write=SetPrivacyMessage};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Analytics.pas FMX.Analytics.hpp |
FMX.Analytics | TCustomAnalytics |
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.
If you define the OnPrivacyMessage event handler, then this event will take precedence over the PrivacyMessage text and this text will not be displayed.