clearBeamingHistoryOn property

Set<String> clearBeamingHistoryOn
final

Whether to remove all entries from beamingHistory (and their nested BeamLocation.history) when a route belonging to this set is reached, regardless of how it was reached.

Note that popToNamed will also try to clear as much beamingHistory as possible, even when this is empty.

Implementation

final Set<String> clearBeamingHistoryOn;