map property

Maps a category to the ids of the sinks that belong to it.

Once this map is non-empty it acts as an explicit allowlist: a category with no entry reaches no sink. Leave it empty to disable category routing and let every capable sink receive everything.

Implementation

final Map<ConsentCategory, List<String>> map;