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.

Functions

Link copied to clipboard
abstract fun get(user: User): Plugin

Creates a Plugin

Inherited functions

Link copied to clipboard
abstract fun <T : Any> resolveDependency(klass: KClass<T>): T?

Resolves dependencies to T objects.