Technical developers must first create a function definition file to declare the functions that will be implemented. A sample function definition file is shown here:
After creating the function definition file, technical developers must create a Java class to implement the declared functions. The class contains the set of implemented static methods that correspond to the declared global functions.