FMX.Analytics.AppAnalytics.TAppAnalytics.UpdateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateInterval: Integer read GetUpdateInterval write SetUpdateInterval;

C++

__property UpdateInterval;

Properties

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

Description

The interval, in seconds, for collecting activity data that should be submitted to the AppAnalytics servers.

UpdateInterval is 0 by default.

See Also