ContentProviderIntrospectionInterface

class kanzi::connect::ContentProviderIntrospectionInterface

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

Public Functions

size_t getSubProviderCount() = 0

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

Return

amount of individual URIs

ContentProviderDescriptionSharedPtr getSubProviderDescription(size_t index) = 0

Retrieves the description of specific sub content provider.

Return

description.

Parameters
  • index: the position where from to retrieve.