Interface G2PluginInterface

    • Method Detail

      • init

        int init​(G2PluginInterface.InitContext context)
        Initializes the plugin
        Parameters:
        context - The plugin initialization context
        Returns:
        a status code for the initialization
      • shutdown

        int shutdown()
        Shuts down the plugin
        Returns:
        a status code for the initialization
      • getVersion

        int getVersion​(G2PluginInterface.VersionContext context)
        Gets the plugin version context information
        Parameters:
        context - The version context for performing the operation.
        Returns:
        A non-negative number on success and a negative number on failure.