vpaUiVisibilityStates

abstract val vpaUiVisibilityStates: MirrorableMap<VpaIdentifier, VpaUiVisibilityState>

The state of the VPA UI. This indicates whether the UI should be made visible or should be hidden.

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.