VivochaAgent

Mixes In:

Methods

set(key, value)

Persistently set a configuration value in Vivocha.localConfig.

Parameters:
Name Type Description
key string

Property to set.

value string

Value to set.

get(keyopt) → {*}

Retrieves a setting from the persistent local configuration Vivocha.localConfig.

Parameters:
Name Type Attributes Description
key string <optional>

Setting to retrieve. If omitted the entire configuration is returned.

Returns:

The requested setting

Type
*

(static) channel() → {VivochaAgentChannel}

Return the VivochaAgentChannel singleton

Returns:
Type
VivochaAgentChannel