AppDataRepository

Repository class responsible for providing application data.

This class serves as a central point for accessing application information. It utilizes an AbstractAppDataListFactory to retrieve the actual list of app data.

Parameters

appDataListFactory

An instance of AbstractAppDataListFactory that will be used to generate the list of AppInfoData.

Constructors

Link copied to clipboard
constructor(appDataListFactory: AbstractAppDataListFactory)

Functions

Link copied to clipboard

Retrieves the default list of application information.