FMX.Analytics.TCustomAnalytics.CheckPrivacy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckPrivacy: Boolean; virtual;

C++

virtual bool __fastcall CheckPrivacy();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Returns the consent of the user for tracking the activity.

Returns True if the user gives consent for tracking the activity. If not, the method returns False.

See Also