hasPendingNotifications

abstract val hasPendingNotifications: MirrorableMap<VpaIdentifier, Boolean>

The state of whether there are notifications pending for each VPA known to the system.

The key is the identifier of the VPA as given by VpaProperties.vpaIdentifier and the value is true if that VPA has notifications which are available to be retrieved, false otherwise.

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.