FMX.Analytics.AppAnalytics.TAppAnalytics.Options
Delphi
property Options: TAppActivityOptions read FOptions write SetOptions;
C++
__property Options;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Analytics.AppAnalytics.pas FMX.Analytics.AppAnalytics.hpp |
FMX.Analytics.AppAnalytics | TAppAnalytics |
Description
Set of activities that the component is tracking. {{#multireplace:FMX.Analytics.AppAnalytics.TAppAnalytics.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Analytics.TCustomAnalytics.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Analytics.TCustomAnalytics.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Set of activities that the component is tracking.
By the default, no option is selected.
Choose any combination of the following options:
| Parameter | Description |
|---|---|
|
AppStart |
Tracks when the analytics service is enabled and the user has provided consent for application activity tracking. |
|
AppExit |
Tracks when the analytics service is disabled. This typically occurs when an application is shut down or enters a background state. |
|
ControlFocused |
Tracks when a visual control receives focus. |
|
WindowActivated |
Tracks when a window or form is activated. |
|
Exception |
Tracks when the top-level exception handler of the framework receives an exception. This is typically an application crash. |
|
Custom |
You can define and custom events and fire the notification mechanism to record these events and data about them. |