Package 

Interface PluginFactory


  • 
    public interface PluginFactory
    
                        

    Interface used to add new plugins to the SDK. Use this to provide a Plugin that will be used to cause side effects in certain API calls.

    • Method Summary

      Modifier and Type Method Description
      abstract Plugin get(User user) Creates a Plugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait