Toaster

Toaster implementation

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getPreloadProperties(): List<String>

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

Link copied to clipboard
open override fun onDestroy()

Invoked when the interaction should close.

Link copied to clipboard
open override fun onLoad()

Invoked when the interaction should execute.

Inherited functions

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