Plugin

interface Plugin

Interface for plugins.

Inheritors

Functions

Link copied to clipboard

Returns a list of property names that should be preloaded before the interaction is shown.

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.