Kanzi Connect  3.9.9
Kanzi Connect C++ API
kanzi::connect::ContentProviderIntrospectionInterface Class Referenceabstract

Interface each content provider must implement in order to be introspectable. More...

#include <content_provider_introspection_interface.hpp>

Public Member Functions

virtual size_t getSubProviderCount ()=0
 Returns the amount of URI's held by the content provider. More...
 
virtual ContentProviderDescriptionSharedPtr getSubProviderDescription (size_t index)=0
 Retrieves the description of specific sub content provider. More...
 

Detailed Description

Interface each content provider must implement in order to be introspectable.

Member Function Documentation

◆ getSubProviderCount()

virtual size_t kanzi::connect::ContentProviderIntrospectionInterface::getSubProviderCount ( )
pure virtual

Returns the amount of URI's held by the content provider.

Returns
amount of individual URIs

◆ getSubProviderDescription()

virtual ContentProviderDescriptionSharedPtr kanzi::connect::ContentProviderIntrospectionInterface::getSubProviderDescription ( size_t  index)
pure virtual

Retrieves the description of specific sub content provider.

Parameters
indexthe position where from to retrieve.
Returns
description.

The documentation for this class was generated from the following file: