Plugin

interface Plugin

Interface for plugins.

Inheritors

Functions

Link copied to clipboard
abstract fun init(client: BlueConicClient, interactionContext: InteractionContext)

"Constructor" method for plugins.

Link copied to clipboard
abstract fun onDestroy()

Invoked when the interaction should close.

Link copied to clipboard
abstract fun onLoad()

Invoked when the interaction should execute.