This document contains instructions on how to install the agent, how it works, and how to use it.
Please make sure you have successfully installed the agent before reading this document.
NetFUNNEL Android Agent Key Features
etFUNNEL applied to Android applications supports the following features
- Communicates with the NetFUNNEL server based on the domain address registered in NetFUNNEL Console, providing waiting and blocking window functions at specific points.
- Collect data on device status information and task processing time at the set interval to use the End User Monitoring (EUM) function.
Requirement
- Supports Java 1.8 / Android SDK 21(Lollipop) and later
Android Agent Technical Overview
The NetFUNNEL agent has the following technical process.
- Before waiting
- Initialize configuration information before waiting. This is the process of retrieving configuration information from the NetFUNNEL server so that the agent can initialize objects based on this information.
- Use the separately provided initialization function to initialize the NetFUNNEL agent's configuration information.
- Waiting on
- To apply a virtual waiting room to a specific part of a page (view or activity) that requires traffic management, use the Wait-Start function provided separately.
- Use the separately provided Wait-Start function to apply the virtual waiting room.
- After waiting
- The process after the wait has ended. There are three ways a user can end a wait: successful entry, failed entry, or aborted wait.
- Implement the post-wait logic using the callback and completion functions provided separately.
Comments
0 comments
Article is closed for comments.