appdynamics_agent library Null safety
Classes
- AgentConfiguration
- Configuration object for the AppDynamics agent. [...]
- CrashReportSummary
- Object encompassing native crash report info.
- Instrumentation
- Main class used to interact with the AppDynamics agent. [...]
- A class used to detect screen transitions in apps using named routes automatically. [...]
- RequestTracker
- Class used to track network requests. [...]
- SessionFrame
- Object used to chronicle user flows during an app session.
- TrackedHttpClient
- To collect metrics on network requests, you can use the HTTP client wrapper: [...]
- WidgetTracker
- A class used for manually tracking activities throughout the app. [...]
Enums
Typedefs
-
CrashReportCallback
= void Function(List<
CrashReportSummary> summaries) - Used to receive reports on app crashing natively. [...]