| Interface | Description |
|---|---|
| CallTracker |
Marker interface for methods that are tracked for info point information.
|
| CollectorChannelFactory |
Interface for customizing the connection between the agent SDK and the collector.
|
| HttpRequestTracker |
If the SDK does not automatically discover your HTTP requests, use this class to explicitly report them.
|
| Class | Description |
|---|---|
| AgentConfiguration |
AgentConfiguration represents the application’s configuration of the AppDynamics SDK.
|
| AgentConfiguration.Builder |
A class for setting up instances of AgentConfiguration.
|
| BreadcrumbVisibility |
BreadcrumbVisibility is a set of integers that control the visibility of breadcrumbs reported by
leaveBreadcrumb(String, int) }. |
| CollectorChannel |
Class for customizing the connection between the agent SDK and the collector.
|
| Instrumentation |
Interact with the AppDynamics Android Agent running in your application.
|
| Annotation Type | Description |
|---|---|
| DontObfuscate |
DontObfuscate annotates to tell proguard not to obfuscate or remove classes needed for proper instrumentation. |
| InfoPoint |
Annotate methods you wish to be reported as InfoPoint to eum-cloud.
|