SuspendingPlugin

Extension to the plugin interface for suspendable lifecycle functions.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun onDisableAsync()

Called when this plugin is disabled.

Link copied to clipboard
abstract suspend fun onEnableAsync()

Called when this plugin is enabled

Link copied to clipboard
abstract suspend fun onLoadAsync()

Called after a plugin is loaded but before it has been enabled.