Plugin
The interface to define a Context plugin. A plugin stores all runtime features of a context. The plugin is by default configurable and a Provider (both features could be ignored). The plugin must in most cases have an empty constructor in order to be able to load it from library.
The plugin lifecycle is the following:
create - configure - attach - detach - destroy
Types
Functions
dependsOn
Link copied to clipboard
Plugin dependencies which are required to attach this plugin. Plugin dependencies must be initialized and enabled in the Context before this plugin is enabled.