documentation
MBUSTER
MBUSTER API
Integration Detailed Guide

Integration Detailed Guide

Description of Provided Integration Files

This is the structure of the MBUSTER integration code files provided.

대체텍스트

FigureDescription
1Entire provided integration code
2Java file for MBuster API communication
3Static 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.