Package 

Interface Plugin

    • Method Summary

      Modifier and Type Method Description
      abstract Unit init(Context appContext, ChatClient chatClient) Initialize a plugin.
      abstract String getName() Name of this plugin.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • init

         abstract Unit init(Context appContext, ChatClient chatClient)

        Initialize a plugin. Do not implement heavy work here. It is invoked when build ChatClient.