vpaProperties

abstract val vpaProperties: MirrorableMap<VpaIdentifier, VpaProperties>

The immutable properties of each VpaAvailabilityState.AVAILABLE VPA known to the system. These properties include details such as its identifier and the list of languages it supports.

The key is the identifier of the VPA as given by VpaProperties.vpaIdentifier and the value is the properties of that VPA.

An entry for a particular VPA in the map is only guaranteed to exist and be valid and up-to-date if that VPA's availability state as given by vpaAvailabilityStates is VpaAvailabilityState.AVAILABLE.