FMX.Analytics.TCustomAnalytics.AllowTracking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowTracking: Boolean read FAllowTracking write FAllowTracking stored False;

C++

__property bool AllowTracking = {read=FAllowTracking, write=FAllowTracking, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Property to indicate whether the user gives consent for tracking or not.

The AllowTracking property is set after the user gives consent. The SaveState of the form or some other mechanism can persist the value.

See Also