installedApps

abstract val installedApps: List<App>

The list of installed apps. Ths list should only contain elements which are of the same class as, or sub classes of, the supportedAppClass.

Currently, the ordering of the list has no significance but this may change in future revisions of this API.