public interface Plugin
Plugin is an extension for ChatClient.
abstract Unit
init(Context appContext, ChatClient chatClient)
abstract String
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit init(Context appContext, ChatClient chatClient)
Initialize a plugin. Do not implement heavy work here. It is invoked when build ChatClient.
abstract String getName()
Name of this plugin.