Integration Detailed Guide
Description of Provided Integration Files
This is the structure of the MBUSTER integration code files provided.
Figure | Description |
---|---|
1 | Entire provided integration code |
2 | Java file for MBuster API communication |
3 | Static file for macro control |
File Integration Location
Integration of MBusterAPI.java File for API Communication
Place the MBusterAPI.java file under the Java code to enable API communication.
After adding the file, import inside the class for integration and call the MBusterAPI.callMBusterApiReject()
function to receive the macro detection results from MBUSTER.
Integration of mbuster File for Macro Control
You can receive the macro detection results of the user as a flag value through the MBusterAPI.callMBusterApiReject()
function. Based on the flag value, you can implement page control. You can use the default control module provided by MBUSTER. Place the mbuster folder in the appropriate location and add the file location in the page control branching implementation based on the flag.