Integration Methods Overview
NetFUNNEL Android Agent supports Code-based Integration to apply traffic control in your Android application. Unlike web agents, mobile native agents only support code-based integration, which is divided into two control types based on how keys are managed:
- Code-based Integration - Basic Control: Controls entry speed (key returned quickly)
- Code-based Integration - Section Control: Maintains fixed capacity (key held until section exit)
info
For more information about code-based integration, refer to Integration Methods.
Practice Projects Available
Need a basic project to practice with? Check out our Sample Projects which include an Android Application (Single Activity) template ready for NetFUNNEL SDK integration practice.
📄️ Basic Control Integration
Complete guide for implementing Basic Control with NetFUNNEL Android Agent using code-based integration.
📄️ Section Control Integration
Complete guide for implementing Section Control with NetFUNNEL Android Agent using code-based integration.