FMX.Analytics.AppAnalytics.TAppAnalytics.CacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheSize;

C++

__property CacheSize;

Properties

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

Description

Represents the maximum number of events that should be stored in memory before being submitted to the AppAnalytics servers.

CacheSize is 0 by default.

See Also