ConnectPlugin

class kanzi::connect::ConnectPlugin : public Plugin

A plug-in module that provides support for Kanzi Connect Context sharing.

This module hosts a Context instance that can be used to access to services and content in Kanzi Connect server. The context instance can be shared elsewhere by performing a look-up for this module (in Kanzi UI domain) and then accessing the inneer context with a getContext() call.

Subclassed by PluginsModule

Public Functions

~ConnectPlugin () KZ_OVERRIDE
ContextSharedPtr getContext()

Returns the context that is hosted by this module.

Return

Shared pointer to the Context instance.

void registerMetadataOverride (ObjectFactory &) KZ_OVERRIDE